aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/appswitch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/appswitch.rb')
-rw-r--r--Library/Formula/appswitch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/appswitch.rb b/Library/Formula/appswitch.rb
index df2eef95f..8e31f79fd 100644
--- a/Library/Formula/appswitch.rb
+++ b/Library/Formula/appswitch.rb
@@ -6,7 +6,7 @@ class Appswitch <Formula
md5 '07cf9884a07939da487898cddba0c296'
def install
- system "#{ENV.cc} -o appswitch #{ENV['CFLAGS']} main.c -framework ApplicationServices"
+ system "#{ENV.cc} -o appswitch #{ENV.cflags} main.c -framework ApplicationServices"
man1.install gzip('appswitch.1')
bin.install 'appswitch'
end