Skip to content

Commit

Permalink
tools: fix �cbuild test when path contain spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
stduhpf committed Jan 5, 2025
1 parent 9400eae commit 64b16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ if defined package set stage_package=1
:: assign path to node_exe
set "node_exe=%config%\node.exe"
set "node_gyp_exe="%node_exe%" deps\npm\node_modules\node-gyp\bin\node-gyp"
set "npm_exe="%~dp0%node_exe%" %~dp0deps\npm\bin\npm-cli.js"
set "npm_exe="%~dp0%node_exe%" "%~dp0deps\npm\bin\npm-cli.js""
if "%target_env%"=="vs2022" set "node_gyp_exe=%node_gyp_exe% --msvs_version=2022"

:: skip building if the only argument received was lint
Expand Down

0 comments on commit 64b16c5

Please sign in to comment.