From d2476d528615b41e97688bb1849a80693ace9f3d Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 8 May 2012 11:14:46 -0500 Subject: [PATCH] p7zip: respect compiler choice --- Formula/p7zip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p7zip.rb b/Formula/p7zip.rb index 7df6f231a76..05e2171efc2 100644 --- a/Formula/p7zip.rb +++ b/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