Skip to content

Commit 5edf334

Browse files
committed
removed gw32 link flag that's not needed for mingw anymore
svn path=/trunk/matplotlib/; revision=7146
1 parent 1fb7653 commit 5edf334

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setupext.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,7 @@ def add_ft2font_flags(module):
542542
else:
543543
add_base_flags(module)
544544
module.libraries.append('z')
545-
546-
if sys.platform == 'win32' and win32_compiler == 'mingw32':
547-
module.libraries.append('gw32c')
548-
545+
549546
# put this last for library link order
550547
module.libraries.extend(std_libs)
551548

0 commit comments

Comments
 (0)