diff --git a/assembly/native/build-windows.bat b/assembly/native/build-windows.bat index 53988793e..93ba4d92b 100644 --- a/assembly/native/build-windows.bat +++ b/assembly/native/build-windows.bat @@ -10,6 +10,8 @@ IF %errorlevel% NEQ 0 ( exit /b %errorlevel% ) +choco feature enable -n allowEmptyChecksums + echo Installing pkgconfiglite... choco install -y pkgconfiglite IF %errorlevel% NEQ 0 (