Skip to content

Commit

Permalink
Remove libpng and libjpeg as link dependency
Browse files Browse the repository at this point in the history
libskia.a is already bundled with libpng and libjpeg
  • Loading branch information
efyx committed Feb 8, 2017
1 parent fbbb42a commit dd6cd24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gyp/nidium.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@
'-langle_common',
'-lSDL2',
'-lGL',
'-lpng',
'-lfreetype',
'-lrt',
'-ldl',
'-lzip',
'-ljpeg',
],
},
'include_dirs': [
Expand Down Expand Up @@ -166,4 +164,3 @@
],
}]
}

0 comments on commit dd6cd24

Please sign in to comment.