0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 05:08:56 +00:00
termux-packages/x11-packages/thunderbird/0002-configure-fix-arm-options.patch
2024-01-22 15:23:39 +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"