mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
win32, msvc: fix missing linking against Bcrypt.lib
Fixes this link error: dict.obj : error LNK2019: unresolved external symbol BCryptGenRandom referenced in function xmlInitRandom Commit 2e9e758d1ecb52b73a43db79d326c18d7d94c8d7 (dict: Get random seed from system PRNG, 2023-12-24) updated cmake, but not nmake, correct this.
This commit is contained in:
parent
1aa37db04c
commit
7e83a08994
@ -81,6 +81,7 @@ LIBS = $(LIBS) pthreadVC.lib
|
||||
!if "$(WITH_MODULES)" == "1"
|
||||
LIBS = $(LIBS) kernel32.lib
|
||||
!endif
|
||||
LIBS = $(LIBS) Bcrypt.lib
|
||||
|
||||
# The archiver and its options.
|
||||
AR = lib.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user