Indeed there are two places worth changing. After these two changes i am able to build Atom-Shell using Pyhon installed by default (without adding to paths)
This commit is contained in:
parent
85d633aea3
commit
6e1c4d2860
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
'brightray.gypi',
|
||||
],
|
||||
'variables': {
|
||||
'brightray_source_root': '<!(python tools/brightray_source_root.py)',
|
||||
'brightray_source_root': '<!(["python", "tools/brightray_source_root.py"])',
|
||||
},
|
||||
'targets': [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue