mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-11 06:24:24 +00:00
Add missing bcrypt.lib to make-fulldeps Makefile.
This commit is contained in:
parent
1ed123828c
commit
acee39e5c5
@ -101,9 +101,9 @@ endif
|
||||
# Extra flags needed to compile a working executable with the standard library
|
||||
ifdef IS_WINDOWS
|
||||
ifdef IS_MSVC
|
||||
EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib
|
||||
EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib bcrypt.lib
|
||||
else
|
||||
EXTRACFLAGS := -lws2_32 -luserenv
|
||||
EXTRACFLAGS := -lws2_32 -luserenv -lbcrypt
|
||||
EXTRACXXFLAGS := -lstdc++
|
||||
# So this is a bit hacky: we can't use the DLL version of libstdc++ because
|
||||
# it pulls in the DLL version of libgcc, which means that we end up with 2
|
||||
|
Loading…
Reference in New Issue
Block a user