Skip to content

Commit

Permalink
Link BCrypt library for latest libxml2
Browse files Browse the repository at this point in the history
Fixes #46.
  • Loading branch information
triplef committed Jun 18, 2024
1 parent 9d8909e commit 617a527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phases/16-libxml2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ if exist "%INSTALL_PREFIX%\lib\icuin.lib" (
set "LIBS_PRIVATE=-licu"
)

:: libxml2 v2.13.0 and later requires BCrypt
set "LIBS_PRIVATE=%LIBS_PRIVATE% -lbcrypt"

cd "win32" || exit /b 1

echo.
Expand Down

0 comments on commit 617a527

Please sign in to comment.