Skip to content

Commit

Permalink
ical-buddy: respect compiler selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Nov 29, 2013
1 parent e25cf41 commit 4aa552b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/ical-buddy.rb
Expand Up @@ -9,7 +9,9 @@ class IcalBuddy < Formula
head 'http://hasseg.org/git-public/icalBuddy.git'

def install
system "make icalBuddy icalBuddy.1 icalBuddyLocalization.1 icalBuddyConfig.1"
args = %W[icalBuddy icalBuddy.1 icalBuddyLocalization.1
icalBuddyConfig.1 COMPILER=#{ENV.cc}]
system "make", *args
bin.install "icalBuddy"
man1.install Dir["*.1"]
end
Expand Down

0 comments on commit 4aa552b

Please sign in to comment.