From 6bf1d25d71193df07ad0fcdb62fae0957ba963bf Mon Sep 17 00:00:00 2001 From: Richard Larkin <richard@camiweb.com> Date: Wed, 14 May 2014 12:49:09 +0200 Subject: [PATCH] Added extr line for linking --- tools/build-all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build-all.sh b/tools/build-all.sh index dd5af68..1d05f6a 100755 --- a/tools/build-all.sh +++ b/tools/build-all.sh @@ -3,8 +3,9 @@ . $(dirname $0)/environment.sh try $(dirname $0)/build-libffi.sh -# Uncomment the line below to add OpenSSL support libraries +# 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 try $(dirname $0)/reduce-python.sh try $(dirname $0)/build-ios.sh