Skip to content

Commit 73dc8c2

Browse files
lpincaaduh95
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 <targos@protonmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 72c2279 commit 73dc8c2

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
@@ -401,8 +401,8 @@
401401
],
402402
'node_cctest_sources': [
403403
'src/node_snapshot_stub.cc',
404-
'<!@(<(python) tools/search_files.py . test/cctest cc)',
405-
'<!@(<(python) tools/search_files.py . test/cctest h)',
404+
'<!@("<(python)" tools/search_files.py . test/cctest cc)',
405+
'<!@("<(python)" tools/search_files.py . test/cctest h)',
406406
],
407407
'node_cctest_openssl_sources': [
408408
'test/cctest/test_crypto_clienthello.cc',

0 commit comments

Comments
 (0)