From ebb112983a93ef6b7cb41a9d20f3563e36c7a4ff Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:20:02 -0600 Subject: [PATCH] test --- include/ast.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ast.hpp b/include/ast.hpp index 3633fd7..307b6cd 100644 --- a/include/ast.hpp +++ b/include/ast.hpp @@ -15,8 +15,8 @@ namespace broma { Windows = 2, Android = 4, iOS = 8, - Android32 = 24, - Android64 = 40, + Android32 = 20, // includes Android + Android64 = 36, // includes Android }; inline Platform str_to_platform(std::string const& str) {