Fix executing python script in gyp.
authorCheng Zhao <zcbenz@gmail.com>
Thu, 28 Nov 2013 12:11:06 +0000 (20:11 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Thu, 28 Nov 2013 12:11:06 +0000 (20:11 +0800)
atom.gyp

index df8efd5..bde0baa 100644 (file)
--- a/atom.gyp
+++ b/atom.gyp
                 '<(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)',
                 '<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
               ],
               'action': [
+                'python',
                 'tools/win/generate_breakpad_symbols.py',
                 '--symbols-dir=<(PRODUCT_DIR)/Atom-Shell.breakpad.syms',
                 '--jobs=16',