aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2012-05-08 11:14:46 -0500
committerMisty De Meo2012-05-08 11:14:46 -0500
commit7acddce8fb874773f137ec55f2fb4bacc0e0a78a (patch)
treef413cb3123c18c4600715ab9a0d5cfcec0d6e8ce /Library
parentbb28145f95526b3f5ce5220db6925f0e1847bd92 (diff)
downloadhomebrew-7acddce8fb874773f137ec55f2fb4bacc0e0a78a.tar.bz2
p7zip: respect compiler choice
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/p7zip.rb2
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