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 bc5c25e commit 4a78a2eCopy full SHA for 4a78a2e
setup_windows.py
@@ -21,6 +21,7 @@ def get_config():
21
libraries = [ 'kernel32', 'advapi32', 'wsock32', client ]
22
include_dirs = [ os.path.join(connector, r'include') ]
23
extra_compile_args = [ '/Zl' ]
24
+ extra_link_args = ['/MANIFEST']
25
26
name = "MySQL-python"
27
if enabled(options, 'embedded'):
@@ -38,6 +39,7 @@ def get_config():
38
39
library_dirs = library_dirs,
40
libraries = libraries,
41
extra_compile_args = extra_compile_args,
42
+ extra_link_args = extra_link_args,
43
include_dirs = include_dirs,
44
extra_objects = extra_objects,
45
define_macros = define_macros,
0 commit comments