diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/p7zip.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/p7zip.rb b/Library/Formula/p7zip.rb index 7df6f231a..05e2171ef 100644 --- a/Library/Formula/p7zip.rb +++ b/Library/Formula/p7zip.rb @@ -16,7 +16,7 @@ class P7zip < Formula mv 'makefile.macosx_64bits', 'makefile.machine' end - system "make all3" + system "make", "all3", "CC=#{ENV.cc} $(ALLFLAGS)", "CXX=#{ENV.cxx} $(ALLFLAGS)" system "make", "DEST_HOME=#{prefix}", "DEST_MAN=#{man}", "install" end end |
