Skip to content

Commit

Permalink
Adapt configure.sh to the new way that the OpenSSL-for-iPhone project…
Browse files Browse the repository at this point in the history
… produces openssl binaries

Signed-off-by: Alexander Karatarakis <[email protected]>
  • Loading branch information
ras0219-msft authored and alexkaratarakis committed Feb 26, 2016
1 parent c9ca174 commit 3070ca2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Build_iOS/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ git clone --depth=1 https://github.com/x2on/OpenSSL-for-iPhone.git
pushd OpenSSL-for-iPhone
./build-libssl.sh
popd
mkdir openssl
mv OpenSSL-for-iPhone/include openssl
mv OpenSSL-for-iPhone/lib openssl
mkdir -p openssl/lib
cp -r OpenSSL-for-iPhone/bin/iPhoneOS8.2-armv7.sdk/include openssl
cp OpenSSL-for-iPhone/include/LICENSE openssl
lipo -create -output openssl/lib/libssl.a OpenSSL-for-iPhone/bin/iPhone*/lib/libssl.a
lipo -create -output openssl/lib/libcrypto.a OpenSSL-for-iPhone/bin/iPhone*/lib/libcrypto.a

git clone https://github.com/cristeab/ios-cmake.git
pushd ios-cmake
Expand Down

0 comments on commit 3070ca2

Please sign in to comment.