0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/firefox/0002-configure-fix-arm-options.patch
2024-03-11 10:33:53 +08:00

12 lines
259 B
Diff

--- a/build/moz.configure/arm.configure
+++ b/build/moz.configure/arm.configure
@@ -7,7 +7,7 @@
@depends(target.os)
def arm_option_defaults(os):
- if os == "Android":
+ if True:
arch = "armv7-a"
thumb = "yes"
fpu = "neon"