We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0f35e commit 7d7d433Copy full SHA for 7d7d433
setup_windows.py
@@ -18,7 +18,7 @@ def get_config():
18
vcversion = int(get_build_version())
19
if client == "mariadbclient":
20
library_dirs = [os.path.join(connector, "lib", "mariadb")]
21
- libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", client]
+ libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", client]
22
include_dirs = [os.path.join(connector, "include", "mariadb")]
23
else:
24
library_dirs = [
0 commit comments