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',
|
'<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
|
'python',
|
||||||
'tools/mac/generate_breakpad_symbols.py',
|
'tools/mac/generate_breakpad_symbols.py',
|
||||||
'--build-dir=<(PRODUCT_DIR)',
|
'--build-dir=<(PRODUCT_DIR)',
|
||||||
'--binary=<(PRODUCT_DIR)/<(product_name).app/Contents/MacOS/<(product_name)',
|
'--binary=<(PRODUCT_DIR)/<(product_name).app/Contents/MacOS/<(product_name)',
|
||||||
|
@ -440,6 +441,7 @@
|
||||||
'<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
'<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
|
'python',
|
||||||
'tools/win/generate_breakpad_symbols.py',
|
'tools/win/generate_breakpad_symbols.py',
|
||||||
'--symbols-dir=<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
'--symbols-dir=<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
|
||||||
'--jobs=16',
|
'--jobs=16',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue