mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
win: Add secur32.lib
This commit is contained in:
@ -18,7 +18,7 @@ def get_config():
|
|||||||
vcversion = int(get_build_version())
|
vcversion = int(get_build_version())
|
||||||
if client == "mariadbclient":
|
if client == "mariadbclient":
|
||||||
library_dirs = [os.path.join(connector, "lib", "mariadb")]
|
library_dirs = [os.path.join(connector, "lib", "mariadb")]
|
||||||
libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", client]
|
libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", "secur32", client]
|
||||||
include_dirs = [os.path.join(connector, "include", "mariadb")]
|
include_dirs = [os.path.join(connector, "include", "mariadb")]
|
||||||
else:
|
else:
|
||||||
library_dirs = [
|
library_dirs = [
|
||||||
|
Reference in New Issue
Block a user