mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: add double quotes around <(python)
Handle cases where the path to the Python executable contains spaces. Refs: https://github.com/nodejs/node/pull/56791 PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
46132bd4ab
commit
44d26482a1
1 changed files with 2 additions and 2 deletions
4
node.gyp
4
node.gyp
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue