Fix executing python script in gyp.
This commit is contained in:
parent
fdfff63119
commit
94569f7f8c
1 changed files with 2 additions and 0 deletions
2
atom.gyp
2
atom.gyp
|
@ -418,6 +418,7 @@
|
|||
'<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'tools/mac/generate_breakpad_symbols.py',
|
||||
'--build-dir=<(PRODUCT_DIR)',
|
||||
'--binary=<(PRODUCT_DIR)/<(product_name).app/Contents/MacOS/<(product_name)',
|
||||
|
@ -440,6 +441,7 @@
|
|||
'<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'tools/win/generate_breakpad_symbols.py',
|
||||
'--symbols-dir=<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
||||
'--jobs=16',
|
||||
|
|
Loading…
Reference in a new issue