From c8cc6d73dc6f12f3d296b19ce364c73ad332094a Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Thu, 15 May 2014 08:31:21 +0200 Subject: [PATCH] Added duplicate copy following existing code --- tools/build-python.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/build-python.sh b/tools/build-python.sh index 04a31a6..140a482 100755 --- a/tools/build-python.sh +++ b/tools/build-python.sh @@ -25,6 +25,10 @@ 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 +if [ -f $KIVYIOSROOT/src/python_files/Setup.dist ]; then + # Used by build-openssl.sh to insert links + $KIVYIOSROOT/src/python_files/Setup.dist Modules/Setup.dist +fi echo "Building for native machine ============================================"