Skip to content

Commit

Permalink
Merge pull request #14 from staticfloat/sf/pangoenv
Browse files Browse the repository at this point in the history
Define pango environment variables to avoid warnings
  • Loading branch information
Keno authored Jul 16, 2017
2 parents 31baf3d + f0468df commit 3a98bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if is_apple()
module GraphVizInit
function __init__()
ENV["GVBINDIR"] = Pkg.dir("Homebrew","deps","usr","lib","graphviz")
ENV["PANGO_SYSCONFDIR"] = joinpath("$(Homebrew.prefix())", "etc")
end
__init__()
end
Expand Down

0 comments on commit 3a98bdf

Please sign in to comment.