Add 'configure.bat static' argument to build r2blob.static.exe ##windows

This commit is contained in:
pancake 2022-03-16 00:10:35 +01:00 committed by pancake
parent 4ba0af5d1d
commit 37acc9d87f

View File

@ -8,7 +8,7 @@ if "%*" == "asan" (
)
if "%*" == "static" (
set MESON_FLAGS=%MESON_FLAGS% -Dstatic_runtime=true -Dblob=true
set MESON_FLAGS=%MESON_FLAGS% -Dstatic_runtime=true -Dblob=true -Denable_r2r=false -Denable_tests=false
)
set PATH=%CD%\prefix\bin;%PATH%