Pass brightray.gypi via parameters.
We need to make sure node.gyp can get variables in brightray.gypi, this needs minimum modifications.
This commit is contained in:
parent
44b3aa6a2f
commit
87dbf82d83
2 changed files with 1 additions and 4 deletions
3
atom.gyp
3
atom.gyp
|
@ -30,9 +30,6 @@
|
||||||
'app/atom_library_main.h',
|
'app/atom_library_main.h',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'includes': [
|
|
||||||
'vendor/brightray/brightray.gypi',
|
|
||||||
],
|
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
'target_name': '<(project_name)',
|
'target_name': '<(project_name)',
|
||||||
|
|
|
@ -4,4 +4,4 @@ set -e
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
gyp --depth . atom.gyp
|
gyp --depth . atom.gyp -I vendor/brightray/brightray.gypi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue