zlib build no manifest mode
This commit is contained in:
2
.github/workflows/scripts/win/zlib-build.bat
vendored
2
.github/workflows/scripts/win/zlib-build.bat
vendored
@@ -4,6 +4,6 @@ vcpkg integrate install
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
for /f "usebackq tokens=*" %%i in (`vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe`) do (
|
||||
"%%i" -clp:ForceConsoleColor -target:Build -property:Configuration=Release -property:Platform=%1 -property:VcpkgEnableManifest=true "deps/zlib/build/zlib.sln"
|
||||
"%%i" -clp:ForceConsoleColor -target:Build -property:Configuration=Release -property:Platform=%1 "deps/zlib/build/zlib.sln"
|
||||
exit /b !errorlevel!
|
||||
)
|
||||
|
Reference in New Issue
Block a user