Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d7d433

Browse filesBrowse files
committed
Add crypt32.lib
1 parent 6d0f35e commit 7d7d433
Copy full SHA for 7d7d433

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setup_windows.py

Copy file name to clipboardExpand all lines: setup_windows.py
+1-1Lines 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", client]
21+
libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", client]
2222
include_dirs = [os.path.join(connector, "include", "mariadb")]
2323
else:
2424
library_dirs = [

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.