fix build_python on phase 2(ios) with custom module
This commit is contained in:
parent
583461e445
commit
458bcf14c7
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ export MACOSX_DEPLOYMENT_TARGET=
|
|||
mkdir extralibs||echo "foo"
|
||||
ln -s "$SDKROOT/usr/lib/libgcc_s.1.dylib" extralibs/libgcc_s.10.4.dylib || echo "sdf"
|
||||
|
||||
# Copy our setup for modules
|
||||
try cp ../python_files/ModulesSetup Modules/Setup.local
|
||||
|
||||
try ./configure CC="$ARM_CC" LD="$ARM_LD" \
|
||||
CFLAGS="$ARM_CFLAGS" LDFLAGS="$ARM_LDFLAGS -Lextralibs/" \
|
||||
--disable-toolbox-glue \
|
||||
|
|
Loading…
Reference in a new issue