summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/node/make.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/data/node/make.sh b/data/node/make.sh
index df1caa5ed..a7c375eaf 100644
--- a/data/node/make.sh
+++ b/data/node/make.sh
@@ -1,10 +1,7 @@
pkg:setup
-export _DEFINES="-DTARGET_OS_WATCH"
-# Disable fork(), exec() until jitless gets working correctly.
-
-export CC="${PKG_TARG}-gcc ${_DEFINES}"
-export CXX="${PKG_TARG}-g++ ${_DEFINES}"
+export CC="${PKG_TARG}-gcc"
+export CXX="${PKG_TARG}-g++"
export LD="${PKG_TARG}-ld"
export AR="${PKG_TARG}-ar"
export RANLIB="${PKG_TARG}-ranlib"