File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,29 +52,28 @@ GYP_DEFINES+=" ios_target_arch=arm64"
5252GYP_DEFINES+=" host_os=$HOST_OS OS=ios"
5353export GYP_DEFINES
5454
55- if [ -f " configure" ]; then
56-
57- if [ $WITHSSL == " " ]; then
58- ./configure \
59- --ninja \
60- --dest-cpu=arm64 \
61- --dest-os=ios \
62- --without-snapshot \
63- --without-ssl \
64- --enable-static \
65- --with-intl=none \
66- --cross-compiling
67- else
68- ./configure \
69- --ninja \
70- --dest-cpu=arm64 \
71- --dest-os=ios \
72- --without-snapshot \
73- --openssl-no-asm \
74- --enable-static \
75- --with-intl=none \
76- --cross-compiling
77- fi
55+ if [ " $WITHSSL " == " " ]; then
56+ echo " =========================building without-ssl version================================="
57+ ./configure \
58+ --ninja \
59+ --dest-cpu=arm64 \
60+ --dest-os=ios \
61+ --without-snapshot \
62+ --without-ssl \
63+ --enable-static \
64+ --with-intl=none \
65+ --cross-compiling
66+ else
67+ echo " =========================building with-ssl version================================="
68+ ./configure \
69+ --ninja \
70+ --dest-cpu=arm64 \
71+ --dest-os=ios \
72+ --without-snapshot \
73+ --openssl-no-asm \
74+ --enable-static \
75+ --with-intl=none \
76+ --cross-compiling
7877fi
7978
8079./ninja -j 8 -w dupbuild=warn -C out/Release
You can’t perform that action at this time.
0 commit comments