Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a78a2e

Browse filesBrowse files
committed
1 parent bc5c25e commit 4a78a2e
Copy full SHA for 4a78a2e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎setup_windows.py

Copy file name to clipboardExpand all lines: setup_windows.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def get_config():
2121
libraries = [ 'kernel32', 'advapi32', 'wsock32', client ]
2222
include_dirs = [ os.path.join(connector, r'include') ]
2323
extra_compile_args = [ '/Zl' ]
24+
extra_link_args = ['/MANIFEST']
2425

2526
name = "MySQL-python"
2627
if enabled(options, 'embedded'):
@@ -38,6 +39,7 @@ def get_config():
3839
library_dirs = library_dirs,
3940
libraries = libraries,
4041
extra_compile_args = extra_compile_args,
42+
extra_link_args = extra_link_args,
4143
include_dirs = include_dirs,
4244
extra_objects = extra_objects,
4345
define_macros = define_macros,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.