development/vscode: Fix build on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6faae686c1
commit
ecb7614eb6
|
@ -64,7 +64,7 @@ find -L . \
|
|||
|
||||
patch -p1 < $CWD/vscode-$VERSION.patch
|
||||
./scripts/npm.sh install --arch=$BUILDARCH --unsafe-perm
|
||||
node --max_old_space_size=2048 ./node_modules/.bin/gulp vscode-linux-${BUILDARCH}-min
|
||||
node --max_old_space_size=1024 ./node_modules/.bin/gulp vscode-linux-${BUILDARCH}-min
|
||||
|
||||
cd $TMP/VSCode-linux-$BUILDARCH
|
||||
|
||||
|
|
Loading…
Reference in New Issue