Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed Mar 6, 2024
1 parent 2a1f382 commit ebb1129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ebb1129

Please sign in to comment.