Skip to content

Commit

Permalink
build: add double quotes around <(python)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
lpinca authored and targos committed Feb 2, 2025
1 parent b6d3d52 commit ea61b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@
],
'node_cctest_sources': [
'src/node_snapshot_stub.cc',
'<!@(<(python) tools/search_files.py . test/cctest cc)',
'<!@(<(python) tools/search_files.py . test/cctest h)',
'<!@("<(python)" tools/search_files.py . test/cctest cc)',
'<!@("<(python)" tools/search_files.py . test/cctest h)',
],
'node_cctest_openssl_sources': [
'test/cctest/test_crypto_clienthello.cc',
Expand Down

0 comments on commit ea61b95

Please sign in to comment.