We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ca174 commit 3070ca2Copy full SHA for 3070ca2
Build_iOS/configure.sh
@@ -12,9 +12,11 @@ git clone --depth=1 https://github.com/x2on/OpenSSL-for-iPhone.git
12
pushd OpenSSL-for-iPhone
13
./build-libssl.sh
14
popd
15
-mkdir openssl
16
-mv OpenSSL-for-iPhone/include openssl
17
-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
18
+lipo -create -output openssl/lib/libssl.a OpenSSL-for-iPhone/bin/iPhone*/lib/libssl.a
19
+lipo -create -output openssl/lib/libcrypto.a OpenSSL-for-iPhone/bin/iPhone*/lib/libcrypto.a
20
21
git clone https://github.com/cristeab/ios-cmake.git
22
pushd ios-cmake
0 commit comments