qzaidi / magickwand

native port of imagemagick
21 stars 7 forks source link

gyp: fix MagickWand-config usage #3

Closed japj closed 12 years ago

japj commented 12 years ago

This patch should fix the linker issues with MagickWand.

Note there is still a small issue with resolving the 'magickwand.node' file, since gyp will build it at build/Release/magickwand.node

qzaidi commented 12 years ago

Thank you for pointing this out. All the while I was thinking this is a gyp issue, while it wasn't. Just one small change- i need to use Wand-config instead of MagickWand-config.

I need to use Wand-config instead of MagickWand-config. It appears that I ran only the --cflags version of these programs, and having not seen any differences, assumed that either of them can be used.