diff options
Diffstat (limited to 'Library/Formula/epstool.rb')
| -rw-r--r-- | Library/Formula/epstool.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/epstool.rb b/Library/Formula/epstool.rb index 8f00e40ca..4e4a5a1d0 100644 --- a/Library/Formula/epstool.rb +++ b/Library/Formula/epstool.rb @@ -8,6 +8,7 @@ class Epstool < Formula def install system "make", "install", "EPSTOOL_ROOT=#{prefix}", - "EPSTOOL_MANDIR=#{man}" + "EPSTOOL_MANDIR=#{man}", + "CC=#{ENV.cc}" end end |
