Skip to content

Commit dfe6b1b

Browse files
committed
win: Add bcrypt.lib
1 parent 4dff01a commit dfe6b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_config():
1818
vcversion = int(get_build_version())
1919
if client == "mariadbclient":
2020
library_dirs = [os.path.join(connector, "lib", "mariadb")]
21-
libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", "secur32", client]
21+
libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", "secur32", "bcrypt", client]
2222
include_dirs = [os.path.join(connector, "include", "mariadb")]
2323
else:
2424
library_dirs = [

0 commit comments

Comments
 (0)