From ae7046c40d74944e1fb872effad61492baab97ee Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Tue, 28 May 2019 23:02:29 +0000 Subject: Release --- data/node/make.sh | 7 ++----- 1 file 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" -- cgit v1.2.3