Moved the ssl building to before python to prepare for link building

This commit is contained in:
Richard Larkin 2014-05-13 12:54:23 +02:00
parent 6f4e0b476d
commit 0723fc81ed

View file

@ -3,6 +3,8 @@
. $(dirname $0)/environment.sh
try $(dirname $0)/build-libffi.sh
# Uncomment the line below to add OpenSSL support libraries
# try $(dirname $0)/build-openssl.sh
try $(dirname $0)/build-python.sh
try $(dirname $0)/reduce-python.sh
try $(dirname $0)/build-ios.sh
@ -14,8 +16,6 @@ try $(dirname $0)/build-libjpeg.sh
try $(dirname $0)/build-pil.sh
try $(dirname $0)/build-kivy.sh
try $(dirname $0)/build-pyobjus.sh
# Uncomment the line below to add OpenSSL support libraries
#try $(dirname $0)/build-openssl.sh
echo '== Build done'
echo "Available libraries in $BUILDROOT/lib"