Skip to content

Commit

Permalink
Make the Android default build arm64v8
Browse files Browse the repository at this point in the history
  • Loading branch information
madmiraal committed Feb 17, 2024
1 parent 737b5ae commit 5b547a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_opts():
EnumVariable(
"android_arch",
"Target architecture",
"armv7",
"arm64v8",
("armv7", "arm64v8", "x86", "x86_64"),
),
BoolVariable("android_neon", "Enable NEON support (armv7 only)", True),
Expand Down

0 comments on commit 5b547a9

Please sign in to comment.