Browse Source

python: Fix build with clang for real

android-5
Fredrik Fornwall 8 years ago
parent
commit
9760338bc2
  1. 1
      packages/python2/build.sh

1
packages/python2/build.sh

@ -54,6 +54,7 @@ termux_step_pre_configure() {
# if extension modules should be built (specifically, the
# zlib extension module is not built without this):
CPPFLAGS+=" -I$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/include"
LDFLAGS+=" -L$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/lib"
}
termux_step_post_make_install () {

Loading…
Cancel
Save