development/vscode: Fix build on x86.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-05-31 18:24:34 +07:00
parent 6faae686c1
commit ecb7614eb6
1 changed files with 1 additions and 1 deletions

View File

@ -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