Moved the ssl building to before python to prepare for link building
This commit is contained in:
parent
6f4e0b476d
commit
0723fc81ed
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
. $(dirname $0)/environment.sh
|
. $(dirname $0)/environment.sh
|
||||||
|
|
||||||
try $(dirname $0)/build-libffi.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)/build-python.sh
|
||||||
try $(dirname $0)/reduce-python.sh
|
try $(dirname $0)/reduce-python.sh
|
||||||
try $(dirname $0)/build-ios.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-pil.sh
|
||||||
try $(dirname $0)/build-kivy.sh
|
try $(dirname $0)/build-kivy.sh
|
||||||
try $(dirname $0)/build-pyobjus.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 '== Build done'
|
||||||
echo "Available libraries in $BUILDROOT/lib"
|
echo "Available libraries in $BUILDROOT/lib"
|
||||||
|
|
Loading…
Add table
Reference in a new issue