summaryrefslogtreecommitdiff
path: root/data/nodejs/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/nodejs/make.sh')
-rw-r--r--data/nodejs/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nodejs/make.sh b/data/nodejs/make.sh
index 3e1d29dc4..0ca457745 100644
--- a/data/nodejs/make.sh
+++ b/data/nodejs/make.sh
@@ -25,7 +25,7 @@ export LDFLAGS_target="${LDFLAGS}"
GYP_CROSSCOMPILE=1 \
GYP_DEFINES="v8_enable_inspector=1 target_arch=arm64 v8_target_arch=arm64 host_os=$(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')" \
PKG_CONFIG="$(realpath "${PKG_BASE}/util/pkg-config.sh")" \
-./configure --prefix="${PKG_TAPF}" --without-snapshot --cross-compiling --dest-os=ios --dest-cpu=arm64 --without-intl --shared-zlib --shared-cares --shared-openssl --shared-nghttp2 --shared
+./configure --prefix="${PKG_TAPF}" --cross-compiling --dest-os=ios --dest-cpu=arm64 --without-intl --shared-zlib --shared-cares --shared-openssl --shared-nghttp2 --shared
# Don't use pkg:make, CC_host gets overwritten
SDKROOT="" \