From 15ed8fb0def6515dad04e06181e5ef9d93c9bcf3 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Wed, 14 May 2014 13:44:27 +0200 Subject: [PATCH] Corrected placement of openssl script --- tools/build-all.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/build-all.sh b/tools/build-all.sh index b1191e4..3e312f2 100755 --- a/tools/build-all.sh +++ b/tools/build-all.sh @@ -3,10 +3,9 @@ . $(dirname $0)/environment.sh try $(dirname $0)/build-libffi.sh -# Uncomment the lines below to add OpenSSL support libraries -#try $(dirname $0)/build-openssl.sh -#try $(dirname $0)/build-openssl-link.sh try $(dirname $0)/build-python.sh +# Uncomment the line below to add OpenSSL support libraries +#try $(dirname $0)/build-openssl.sh try $(dirname $0)/reduce-python.sh try $(dirname $0)/build-ios.sh try $(dirname $0)/build-sdl.sh