File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,14 +258,14 @@ function openssl {
258
258
case " ${ARGS} " in
259
259
* simulator* ) CC=" " CFLAGS=" " ./Configure iossimulator-xcrun --prefix=${TARGET_PATH} no-shared no-dso no-module no-engine no-tests no-ui-console enable-ec_nistp_64_gcc_128 ;;
260
260
* catalyst* ) CC=" " CFLAGS=" -target x86_64-apple-ios-macabi" ./Configure darwin64-x86_64 --prefix=${TARGET_PATH} no-shared no-dso no-module no-engine no-tests no-ui-console enable-ec_nistp_64_gcc_128 ;;
261
- * ) CC=" " CFLAGS=" " ./Configure darwin64-x86_64 --prefix=${TARGET_PATH} shared no-module no-engine no- tests enable-ec_nistp_64_gcc_128
261
+ * ) CC=" " CFLAGS=" " ./Configure darwin64-x86_64 --prefix=${TARGET_PATH} shared no-module no-tests enable-ec_nistp_64_gcc_128
262
262
esac
263
263
;;
264
264
* arm64* )
265
265
case " ${ARGS} " in
266
266
* catalyst* ) CC=" " CFLAGS=" -target x86_64-apple-ios-macabi" ./Configure darwin64-arm64 --prefix=${TARGET_PATH} no-shared no-dso no-module no-engine no-tests no-ui-console enable-ec_nistp_64_gcc_128 ;;
267
267
* ios* ) CC=" " CFLAGS=" " ./Configure ios64-xcrun --prefix=${TARGET_PATH} no-shared no-dso no-module no-engine no-tests no-ui-console enable-ec_nistp_64_gcc_128 ;;
268
- * ) CC=" " CFLAGS=" " ./Configure darwin64-arm64 --prefix=${TARGET_PATH} shared no-module no-engine no- tests enable-ec_nistp_64_gcc_128
268
+ * ) CC=" " CFLAGS=" " ./Configure darwin64-arm64 --prefix=${TARGET_PATH} shared no-module no-tests enable-ec_nistp_64_gcc_128
269
269
esac
270
270
;;
271
271
esac
You can’t perform that action at this time.
0 commit comments