Skip to content

Commit

Permalink
added libz to libraries hash
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS authored and wchristian committed Mar 14, 2015
1 parent 92db27e commit aafe295
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,11 @@ my %libraries = (
header => 'SDL_Pango.h',
lib => 'SDL_Pango',
},
z => {
define => 'HAVE_Z',
header => 'zlib.h',
lib => 'z',
},
png => {
define => 'HAVE_PNG',
header => 'png.h',
Expand Down

0 comments on commit aafe295

Please sign in to comment.