Wrap exe path with quotes in order to support spaces in paths

This commit is contained in:
JCash 2022-11-21 10:55:51 +01:00
parent 7a0cf5fd4c
commit 735871c38b
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
@set LJLIB="%SCE_ORBIS_SDK_DIR%\host_tools\bin\orbis-ar" rcus @set LJLIB="%SCE_ORBIS_SDK_DIR%\host_tools\bin\orbis-ar" rcus
@set INCLUDE="" @set INCLUDE=""
orbis-as -o lj_vm.o lj_vm.s "%SCE_ORBIS_SDK_DIR%\host_tools\bin\orbis-as" -o lj_vm.o lj_vm.s
@if "%1" neq "debug" goto :NODEBUG @if "%1" neq "debug" goto :NODEBUG
@shift @shift

View File

@ -78,7 +78,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
@set LJLIB="%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-llvm-ar" rcus @set LJLIB="%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-llvm-ar" rcus
@set INCLUDE="" @set INCLUDE=""
%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-llvm-as -o lj_vm.o lj_vm.s "%SCE_PROSPERO_SDK_DIR%\host_tools\bin\prospero-llvm-as" -o lj_vm.o lj_vm.s
@if "%1" neq "debug" goto :NODEBUG @if "%1" neq "debug" goto :NODEBUG
@shift @shift