We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a77b79 commit 51a867eCopy full SHA for 51a867e
build-nodejs-version
@@ -24,7 +24,7 @@ pushd ${BUILDDIR}
24
wget "${SOURCE_URL}"
25
tar xf ${NODE_DIR}.tar.gz
26
pushd ${NODE_DIR}
27
-git apply ${SCRIPT_DIR}/assets/toolchain.gypi.patch || true
+git apply ${SCRIPT_DIR}/assets/toolchain.gypi.patch --verbose --directory ${BUILDDIR}/${NODE_DIR} || true
28
./configure --prefix=${PREFIX}
29
make clean
30
make -j${NPROC}
0 commit comments