Skip to content

Commit

Permalink
added export to env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jalevin authored and justinfx committed Jan 13, 2019
1 parent 3b263c6 commit 9f47975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export CGO_CFLAGS="-I`pkg-config --cflags MagickWand`"
export CGO_LDFLAGS="-I`pkg-config --libs MagickWand`"
export CGO_LDFLAGS="-I`pkg-config --libs MagickWand`"
export CGO_CFLAGS_ALLOW='-Xpreprocessor'

0 comments on commit 9f47975

Please sign in to comment.