File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ PLATFORMS=("iPhoneOS" "iPhoneOS" "iPhoneOS" "iPhoneSimulator" "iPhoneSimulator")
32
32
LIB_NAME=" curl-7.54.1"
33
33
DEVELOPER=` xcode-select -print-path`
34
34
TOOLCHAIN=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
35
- SDK_VERSION=" " 10.2" "
35
+ # If you can't compile with this version, please modify the version to it which on your mac.
36
+ SDK_VERSION=" " 10.3" "
36
37
IPHONEOS_DEPLOYMENT_TARGET=" 6.0"
37
38
LIB_DEST_DIR=" ${pwd_path} /../output/ios/curl-universal"
38
39
HEADER_DEST_DIR=" include"
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ ARCHS=("arm64" "armv7s" "armv7" "i386" "x86_64")
29
29
SDKS=(" iphoneos" " iphoneos" " iphoneos" " iphonesimulator" " iphonesimulator" )
30
30
PLATFORMS=(" iPhoneOS" " iPhoneOS" " iPhoneOS" " iPhoneSimulator" " iPhoneSimulator" )
31
31
DEVELOPER=` xcode-select -print-path`
32
- SDK_VERSION=" " 10.2" "
32
+ # If you can't compile with this version, please modify the version to it which on your mac.
33
+ SDK_VERSION=" " 10.3" "
33
34
LIB_NAME=" openssl-1.1.0f"
34
35
LIB_DEST_DIR=" ${pwd_path} /../output/ios/openssl-universal"
35
36
HEADER_DEST_DIR=" include"
You can’t perform that action at this time.
0 commit comments