Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3956fdd

Browse files
committed
Added libz to agg_flags after trouble building on Solaris with
matplotlib v0.54. svn path=/trunk/matplotlib/; revision=313
1 parent 69696d7 commit 3956fdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def add_agg_flags(module):
8181

8282
# before adding the freetype flags since -z comes later
8383
module.libraries.append('png')
84+
module.libraries.append('z')
8485
add_base_flags(module)
8586
module.include_dirs.extend(['src','agg2/include', '.'])
8687

0 commit comments

Comments
 (0)