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 authored Jun 18, 2024
1 parent 9d8909e commit d2fe78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phases/16-libxml2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ xcopy /Y /F "bin.msvc\libxml2_a.lib" "%INSTALL_PREFIX%\lib\xml2.lib*" || exit /b
xcopy /Y /F "%SRCROOT%\%PROJECT%\include\libxml\*.h" "%INSTALL_PREFIX%\include\libxml\" || exit /b 1

:: write pkgconfig file
call "%~dp0\..\scripts\common.bat" write_pkgconfig libxml-2.0 %TAG% -DLIBXML_STATIC -lxml2 "%LIBS_PRIVATE%" || exit /b 1
call "%~dp0\..\scripts\common.bat" write_pkgconfig libxml-2.0 %TAG% -DLIBXML_STATIC -lxml2 -lbcrypt "%LIBS_PRIVATE%" || exit /b 1

0 comments on commit d2fe78b

Please sign in to comment.