diff options
| -rw-r--r-- | Library/Formula/djview4.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/djview4.rb b/Library/Formula/djview4.rb index 8968f66c2..c9ef25e9d 100644 --- a/Library/Formula/djview4.rb +++ b/Library/Formula/djview4.rb @@ -21,7 +21,7 @@ class Djview4 < Formula "--prefix=#{prefix}", "--with-x=no", "--disable-desktopfiles" - system "make" + system "make", "CC=#{ENV.cc}", "CXX=#{ENV.cxx}" # From the djview4.8 README: # Note3: Do not use command "make install". |
