mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
12 lines
436 B
Diff
12 lines
436 B
Diff
--- a/src/buildtools/config/linux.pri
|
|
+++ b/src/buildtools/config/linux.pri
|
|
@@ -83,7 +83,7 @@
|
|
gn_args += arm_use_neon=false
|
|
# If the toolchain does not explicitly specify to use NEON instructions
|
|
# we use arm_neon_optional for ARMv7
|
|
- equals(MARMV, 7): gn_args += arm_optionally_use_neon=true
|
|
+ # equals(MARMV, 7): gn_args += arm_optionally_use_neon=true
|
|
}
|
|
}
|
|
|