File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ configure() {
73
73
74
74
75
75
if [ " $OS " == " MacOSX" ]; then
76
- ${SRC_DIR} /Configure macos-$ARCH no-asm no-shared --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
76
+ ${SRC_DIR} /Configure macos-$ARCH no-async no-shared no-tests --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
77
77
elif [ " $OS " == " MacOSX_Catalyst" ]; then
78
- ${SRC_DIR} /Configure mac-catalyst-$ARCH no-asm no-shared --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
78
+ ${SRC_DIR} /Configure mac-catalyst-$ARCH no-async no-shared no-tests --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
79
79
elif [ " $OS " == " iPhoneSimulator" ]; then
80
- ${SRC_DIR} /Configure ios-sim-cross-$ARCH no-asm no-shared --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
80
+ ${SRC_DIR} /Configure ios-sim-cross-$ARCH no-async no-shared no-tests --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
81
81
elif [ " $OS " == " iPhoneOS" ]; then
82
- ${SRC_DIR} /Configure ios-cross-$ARCH no-asm no-shared --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
82
+ ${SRC_DIR} /Configure ios-cross-$ARCH no-async no-shared no-tests --prefix=" ${PREFIX} " & > " ${PREFIX} .config.log"
83
83
fi
84
84
}
85
85
@@ -115,7 +115,7 @@ build()
115
115
116
116
LOG_PATH=" ${PREFIX} .build.log"
117
117
echo " Building ${LOG_PATH} "
118
- make & > ${LOG_PATH}
118
+ make -j8 & > ${LOG_PATH}
119
119
make install & > ${LOG_PATH}
120
120
cd ${BASE_PWD}
121
121
@@ -263,6 +263,6 @@ if [ ! -f "${SCRIPT_DIR}/../openssl-${OPENSSL_VERSION}.tar.gz" ]; then
263
263
rm -f " ${SCRIPT_DIR} /../openssl-${OPENSSL_VERSION} .tar.gz.sha256"
264
264
fi
265
265
266
- build_ios
266
+ # build_ios
267
267
build_macos
268
- build_catalyst
268
+ # build_catalyst
You can’t perform that action at this time.
0 commit comments