87dbf82d83
We need to make sure node.gyp can get variables in brightray.gypi, this needs minimum modifications.
7 lines
102 B
Bash
Executable file
7 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
gyp --depth . atom.gyp -I vendor/brightray/brightray.gypi
|