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