diff options
| author | Adam Vandenberg | 2010-08-10 08:05:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-10 08:30:19 -0700 |
| commit | 29af47c81d2bcfbbb5e10d925807ff0f3c9a5e75 (patch) | |
| tree | 63e85e90f58013cd345a65ce17091d1ad24a11f1 /Library/Formula/launch.rb | |
| parent | f6f1af57906cb42a9d0ae323546fe7bfeff0fa99 (diff) | |
| download | homebrew-29af47c81d2bcfbbb5e10d925807ff0f3c9a5e75.tar.bz2 | |
Update formulae to use ENV.cflags
Diffstat (limited to 'Library/Formula/launch.rb')
| -rw-r--r-- | Library/Formula/launch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/launch.rb b/Library/Formula/launch.rb index 28cecc0b7..6b59173c5 100644 --- a/Library/Formula/launch.rb +++ b/Library/Formula/launch.rb @@ -7,7 +7,7 @@ class Launch <Formula def install rm_rf "launch" # We'll build it ourself, thanks. - system "#{ENV.cc} -o launch -std=c99 #{ENV['CFLAGS']} main.c -framework ApplicationServices" + system "#{ENV.cc} -o launch -std=c99 #{ENV.cflags} main.c -framework ApplicationServices" man1.install gzip('launch.1') bin.install 'launch' end |
