Skip to content

Commit ea61b95

Browse files
lpincatargos
authored andcommitted
build: add double quotes around <(python)
Handle cases where the path to the Python executable contains spaces. Refs: #56791 PR-URL: #56826 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent b6d3d52 commit ea61b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node.gyp

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@
402402
],
403403
'node_cctest_sources': [
404404
'src/node_snapshot_stub.cc',
405-
'<!@(<(python) tools/search_files.py . test/cctest cc)',
406-
'<!@(<(python) tools/search_files.py . test/cctest h)',
405+
'<!@("<(python)" tools/search_files.py . test/cctest cc)',
406+
'<!@("<(python)" tools/search_files.py . test/cctest h)',
407407
],
408408
'node_cctest_openssl_sources': [
409409
'test/cctest/test_crypto_clienthello.cc',

0 commit comments

Comments
 (0)