-
Notifications
You must be signed in to change notification settings - Fork 79
/
node-js.v8_inspector.gyp.patch
39 lines (39 loc) · 1.45 KB
/
node-js.v8_inspector.gyp.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff -aurN node-v7.1.0.org/deps/v8_inspector/src/inspector/inspector.gyp node-v7.1.0/deps/v8_inspector/src/inspector/inspector.gyp
--- node-v7.1.0.org/deps/v8_inspector/src/inspector/inspector.gyp 2016-11-09 01:30:48.715900110 +0000
+++ node-v7.1.0/deps/v8_inspector/src/inspector/inspector.gyp 2016-11-09 01:33:35.506893960 +0000
@@ -26,7 +26,7 @@
'<(inspector_generated_injected_script)',
],
'action': [
- 'python',
+ 'python2.7',
'build/xxd.py',
'InjectedScriptSource_js',
'injected-script-source.js',
@@ -50,7 +50,7 @@
'<(inspector_generated_debugger_script)',
],
'action': [
- 'python',
+ 'python2.7',
'build/xxd.py',
'DebuggerScript_js',
'debugger-script.js',
@@ -73,7 +73,7 @@
'<@(SHARED_INTERMEDIATE_DIR)/src/js_protocol.stamp',
],
'action': [
- 'python',
+ 'python2.7',
'<(protocol_path)/CheckProtocolCompatibility.py',
'--stamp', '<@(_outputs)',
'js_protocol.json',
@@ -97,7 +97,7 @@
'<@(inspector_generated_sources)',
],
'action': [
- 'python',
+ 'python2.7',
'<(protocol_path)/CodeGenerator.py',
'--jinja_dir', '../../third_party',
'--output_base', '<(SHARED_INTERMEDIATE_DIR)/src/inspector',