From d2fe78bc3b11fe0af2f60cca1b5fad9bac03019c Mon Sep 17 00:00:00 2001 From: Frederik Seiffert Date: Tue, 18 Jun 2024 11:46:43 +0200 Subject: [PATCH] Link BCrypt library for latest libxml2 Fixes #46. --- phases/16-libxml2.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phases/16-libxml2.bat b/phases/16-libxml2.bat index 2134bc5..72e6c0d 100644 --- a/phases/16-libxml2.bat +++ b/phases/16-libxml2.bat @@ -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