Skip to content

Commit 4dff01a

Browse files
committed
win: Add secur32.lib
1 parent 7d7d433 commit 4dff01a

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", client]
21+
libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", "secur32", client]
2222
include_dirs = [os.path.join(connector, "include", "mariadb")]
2323
else:
2424
library_dirs = [

0 commit comments

Comments
 (0)