mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
fix argument expansion in github actions and build.bat
This commit is contained in:
committed by
Ryan Fleury
parent
41fe8a7410
commit
3bd8f0e1d5
@@ -27,7 +27,7 @@ cd /D "%~dp0"
|
||||
:: - `spall`: enable spall profiling support
|
||||
|
||||
:: --- Unpack Arguments -------------------------------------------------------
|
||||
for %%a in (%*) do set "%%a=1"
|
||||
for %%a in (%*) do set "%%~a=1"
|
||||
if not "%msvc%"=="1" if not "%clang%"=="1" set msvc=1
|
||||
if not "%release%"=="1" set debug=1
|
||||
if "%debug%"=="1" set release=0 && echo [debug mode]
|
||||
|
||||
Reference in New Issue
Block a user