From ea61b956e9ad969195aff5d4e4d2bdf28fbf5068 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 31 Jan 2025 23:48:56 +0100 Subject: [PATCH] build: add double quotes around <(python) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Chengzhong Wu Reviewed-By: Rafael Gonzaga Reviewed-By: Stefan Stojanovic Reviewed-By: Jiawen Geng Reviewed-By: Richard Lau Reviewed-By: Marco Ippolito Reviewed-By: Ulises Gascón --- node.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node.gyp b/node.gyp index 5aed08ee4164b8..88e50c54b93fe4 100644 --- a/node.gyp +++ b/node.gyp @@ -402,8 +402,8 @@ ], 'node_cctest_sources': [ 'src/node_snapshot_stub.cc', - '