mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-23 11:27:58 +08:00
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:
3
atom.gyp
3
atom.gyp
@@ -30,9 +30,6 @@
|
||||
'app/atom_library_main.h',
|
||||
],
|
||||
},
|
||||
'includes': [
|
||||
'vendor/brightray/brightray.gypi',
|
||||
],
|
||||
'targets': [
|
||||
{
|
||||
'target_name': '<(project_name)',
|
||||
|
||||
@@ -4,4 +4,4 @@ set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
gyp --depth . atom.gyp
|
||||
gyp --depth . atom.gyp -I vendor/brightray/brightray.gypi
|
||||
|
||||
Reference in New Issue
Block a user