We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b2744 commit 0beb712Copy full SHA for 0beb712
setup_posix.py
@@ -71,8 +71,9 @@ def get_config():
71
if i.startswith(compiler_flag('I')) ]
72
73
if static:
74
- extra_objects.append(os.path.join(
75
- library_dirs[0],'lib%s.a' % client))
+ extra_objects.append(os.path.join(library_dirs[0],'lib%s.a' % client))
+ if client in libraries:
76
+ libraries.remove(client)
77
78
name = "MySQL-python"
79
if enabled(options, 'embedded'):
0 commit comments