mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
remove -lmysqlclient when static linking.
This commit is contained in:
@@ -71,8 +71,9 @@ def get_config():
|
||||
if i.startswith(compiler_flag('I')) ]
|
||||
|
||||
if static:
|
||||
extra_objects.append(os.path.join(
|
||||
library_dirs[0],'lib%s.a' % client))
|
||||
extra_objects.append(os.path.join(library_dirs[0],'lib%s.a' % client))
|
||||
if client in libraries:
|
||||
libraries.remove(client)
|
||||
|
||||
name = "MySQL-python"
|
||||
if enabled(options, 'embedded'):
|
||||
|
||||
Reference in New Issue
Block a user