python: Fix build with clang for real

This commit is contained in:
Fredrik Fornwall 2017-01-17 22:06:27 +01:00
parent 9639db1f46
commit 9760338bc2
1 changed files with 1 additions and 0 deletions

View File

@ -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 () {