mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Remove -lzstd for non-static build
This commit is contained in:
@ -128,7 +128,7 @@ def get_config():
|
||||
if use_mysqlconfig_cflags:
|
||||
# mysql_config may have "-lmysqlclient -lz -lssl -lcrypto", but zlib and
|
||||
# ssl is not used by _mysql. They are needed only for static build.
|
||||
for L in ("crypto", "ssl", "z"):
|
||||
for L in ("crypto", "ssl", "z", "zstd"):
|
||||
if L in libraries:
|
||||
libraries.remove(L)
|
||||
|
||||
|
Reference in New Issue
Block a user