mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
15 lines
254 B
Bash
Executable File
15 lines
254 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
./script/update-frameworks
|
|
./script/update-node.py --version v0.10.9
|
|
|
|
gyp -f ninja --depth . atom.gyp \
|
|
-Icommon.gypi \
|
|
-Ivendor/brightray/brightray.gypi \
|
|
-Dtarget_arch=ia32 \
|
|
-Dlibrary=static_library
|