Update Master url
This commit is contained in:
parent
afb4997084
commit
3b348af449
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue