make.bat: fix error of `make --local` (#9212)
parent
fbc02cbc54
commit
c6ff3d13a7
1
make.bat
1
make.bat
|
@ -16,6 +16,7 @@ set target=build
|
||||||
REM TCC variables
|
REM TCC variables
|
||||||
set "tcc_url=https://github.com/vlang/tccbin"
|
set "tcc_url=https://github.com/vlang/tccbin"
|
||||||
set "tcc_dir=%~dp0thirdparty\tcc"
|
set "tcc_dir=%~dp0thirdparty\tcc"
|
||||||
|
set "tcc_exe=%~dp0thirdparty\tcc\tcc.exe"
|
||||||
if "%PROCESSOR_ARCHITECTURE%" == "x86" ( set "tcc_branch=thirdparty-windows-i386" ) else ( set "tcc_branch=thirdparty-windows-amd64" )
|
if "%PROCESSOR_ARCHITECTURE%" == "x86" ( set "tcc_branch=thirdparty-windows-i386" ) else ( set "tcc_branch=thirdparty-windows-amd64" )
|
||||||
if "%~1" == "-tcc32" set "tcc_branch=thirdparty-windows-i386"
|
if "%~1" == "-tcc32" set "tcc_branch=thirdparty-windows-i386"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue