Skip to content

Commit

Permalink
add choco feature enable -n allowEmptyChecksums since pkg-config-li…
Browse files Browse the repository at this point in the history
…te-0.28-1 does not have a checksum
  • Loading branch information
neodix42 committed Jan 12, 2024
1 parent 2d56a27 commit 525b210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assembly/native/build-windows.bat
Original file line number Diff line number Diff line change
@@ -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 (

0 comments on commit 525b210

Please sign in to comment.