Added line to copy Setup.dist for openssl

This commit is contained in:
Richard Larkin 2014-05-14 12:46:47 +02:00
parent 167fc914e3
commit 46157cda7c

View file

@ -25,6 +25,7 @@ try patch -p1 < $KIVYIOSROOT/src/python_files/Python-$IOS_PYTHON_VERSION-static-
# Copy our setup for modules
try cp $KIVYIOSROOT/src/python_files/ModulesSetup Modules/Setup.local
try cp $KIVYIOSROOT/src/python_files/_scproxy.py Lib/_scproxy.py
#try cp $KIVYIOSROOT/src/python_files/Setup.dist Modules/Setup.dist
echo "Building for native machine ============================================"
@ -54,6 +55,7 @@ export MACOSX_DEPLOYMENT_TARGET=
try cp $KIVYIOSROOT/src/python_files/ModulesSetup Modules/Setup.local
try cat $KIVYIOSROOT/src/python_files/ModulesSetup.mobile >> Modules/Setup.local
try cp $KIVYIOSROOT/src/python_files/_scproxy.py Lib/_scproxy.py
try cp $KIVYIOSROOT/src/python_files/Setup.dist Modules/Setup.dist
try ./configure CC="$ARM_CC" LD="$ARM_LD" \
CFLAGS="$ARM_CFLAGS" \