mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
259 B
Diff
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"
|