We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d3d52 commit ea61b95Copy full SHA for ea61b95
node.gyp
@@ -402,8 +402,8 @@
402
],
403
'node_cctest_sources': [
404
'src/node_snapshot_stub.cc',
405
- '<!@(<(python) tools/search_files.py . test/cctest cc)',
406
- '<!@(<(python) tools/search_files.py . test/cctest h)',
+ '<!@("<(python)" tools/search_files.py . test/cctest cc)',
+ '<!@("<(python)" tools/search_files.py . test/cctest h)',
407
408
'node_cctest_openssl_sources': [
409
'test/cctest/test_crypto_clienthello.cc',
0 commit comments