aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/launch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/launch.rb')
-rw-r--r--Library/Formula/launch.rb2
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