summaryrefslogtreecommitdiff
path: root/data/nodejs/make.sh
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2020-05-27 23:54:18 -0700
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2020-05-27 23:54:18 -0700
commit55762f063a98e091f362e68b0c12c3bebe037114 (patch)
treea22fbe9c5e69669cd125bc5aae5c139fb3b1b2d9 /data/nodejs/make.sh
parent8aa826ef31578d7d1738744c506d6996be92121a (diff)
Updates to NodeJS: recreated patches to support current release
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="" \