Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 3d2aa78

Browse files
committed
link with bcrypt on windows to get a binary
1 parent e63c32c commit 3d2aa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/targets/x86_64-pc-windows-msvc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $(CXX) $(1) $(CXXFLAGS) /c /Fo
2424
endef
2525

2626
define build_cxx_exe
27-
$(CXX) ws2_32.lib advapi32.lib userenv.lib $(1) $(CXXFLAGS) /link /OUT:$(2)
27+
$(CXX) ws2_32.lib advapi32.lib userenv.lib bcrypt.lib $(1) $(CXXFLAGS) /link /OUT:$(2)
2828
endef
2929

3030
BENCHMARK_RUNNER_ASSET_NAME = rust-parser-x86_64-pc-windows-msvc.exe

0 commit comments

Comments
 (0)