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:
IgorKlopov 2014-11-28 19:45:25 +03:00
parent 85d633aea3
commit 6e1c4d2860

View file

@ -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': [
{