We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3b695 commit c2fd859Copy full SHA for c2fd859
tur-on-device/efl/build.sh
@@ -15,6 +15,11 @@ lib/python3.12/__pycache__/tarfile.cpython-312.pyc
15
"
16
17
termux_step_pre_configure() {
18
+
19
+ if [[ "$TERMUX_ARCH" = arm ]] ; then
20
+ TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" -Dnative-arch-optimization=false"
21
+ fi
22
23
if [ "${TERMUX_ON_DEVICE_BUILD}" = false ]; then
24
termux_error_exit "This package doesn't support cross-compiling."
25
fi
0 commit comments