mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 09:30:14 +00:00
python: Fix build for x86_64 with NDK r16
This commit is contained in:
@@ -39,6 +39,7 @@ termux_step_pre_configure() {
|
||||
# zlib extension module is not built without this):
|
||||
CPPFLAGS+=" -I$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/include"
|
||||
LDFLAGS+=" -L$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/lib"
|
||||
if [ $TERMUX_ARCH = x86_64 ]; then LDFLAGS+=64; fi
|
||||
}
|
||||
|
||||
termux_step_post_make_install () {
|
||||
|
||||
Reference in New Issue
Block a user