Skip to content

Commit

Permalink
add some debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Sep 26, 2015
1 parent c5d16f2 commit e65d172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/build.jl
Expand Up @@ -91,10 +91,12 @@ end
provides( Homebrew.HB, "imagemagick", libwand, os = :Darwin, onload =
"""
function magick_hooks()
println(\"called magick hooks\")
ENV["MAGICK_CONFIGURE_PATH"] = joinpath("$(Homebrew.prefix("imagemagick"))","lib","ImageMagick","config-Q16")
ENV["MAGICK_CODER_MODULE_PATH"] = joinpath("$(Homebrew.prefix("imagemagick"))", "lib","ImageMagick","modules-Q16","coders")
ENV["PATH"] = joinpath("$(Homebrew.prefix("imagemagick"))", "bin") * ":" * ENV["PATH"]
ccall((:MagickWandGenesis,libwand), Void, ())
println(\"success\")
end
""" )
end
Expand Down

0 comments on commit e65d172

Please sign in to comment.