Added duplicate copy following existing code

This commit is contained in:
Richard Larkin 2014-05-15 08:31:21 +02:00
parent ac260a760a
commit c8cc6d73dc

View file

@ -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 ============================================"