Skip to content

Commit

Permalink
Link statically with libz.so
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Jun 24, 2016
1 parent d263d82 commit b0233ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<arg path="${libjpeg-turbo.dir}/lib64/libturbojpeg.a"/>
<arg path="${libpng.dir}/lib/libpng.a"/>
<arg path="${libwebp.dir}/lib/libwebp.a"/>
<arg value="-lz"/>
<arg line="-o libonewebp.so"/>
<arg value="-Wl,-soname,libonewebp.so"/>
</exec>
Expand Down

0 comments on commit b0233ce

Please sign in to comment.