Skip to content

Commit

Permalink
Update module.modulemap
Browse files Browse the repository at this point in the history
  • Loading branch information
naithar authored May 1, 2017
1 parent ac1c5c8 commit 4b4a6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/CMagickWand/include/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module CMagickWandOSX [system] {

module CMagickWandLinux [system] {
header "/usr/local/include/ImageMagick-6/wand/MagickWand.h"
link "MagickWand-6.Q8"
link "MagickCore-6.Q8"
link "MagickWand-6.Q16"
link "MagickCore-6.Q16"
export *
}

0 comments on commit 4b4a6a9

Please sign in to comment.