mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
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:
@@ -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': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user