mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-02 17:08:02 +08:00
11 lines
157 B
Bash
Executable File
11 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
gyp --depth . atom.gyp \
|
|
-Ivendor/brightray/brightray.gypi \
|
|
-Dtarget_arch=ia32 \
|
|
-Dlibrary=static_library
|