djview4: force correct compilers
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2bbd5acc72
commit
2d1efad1c2
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
|
|
Loading…
Reference in a new issue