Update Master url

This commit is contained in:
Bochun Bai 2017-02-08 11:31:54 -08:00
parent afb4997084
commit 3b348af449

View file

@ -38,7 +38,7 @@ function pack_for ()
-output ${TMP_DIR}/lib/lib${LIBNAME}.a -create
}
curl -O https://raw.githubusercontent.com/sinofool/build-openssl-ios/1.1/patch-conf.patch
curl -O https://raw.githubusercontent.com/sinofool/build-openssl-ios/master/patch-conf.patch
#cp ../build-openssl-ios/patch-conf.patch .
patch Configurations/10-main.conf < patch-conf.patch
@ -50,7 +50,7 @@ pack_for ssl || exit 6
pack_for crypto || exit 7
cp -r ${TMP_DIR}/armv7s/include ${TMP_DIR}/
curl -O https://raw.githubusercontent.com/sinofool/build-openssl-ios/1.1/patch-include.patch
curl -O https://raw.githubusercontent.com/sinofool/build-openssl-ios/master/patch-include.patch
#cp ../build-openssl-ios/patch-include.patch .
patch -p3 ${TMP_DIR}/include/openssl/opensslconf.h < patch-include.patch