aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/aircrack-ng.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aircrack-ng.rb b/Library/Formula/aircrack-ng.rb
index 0a06c1b93..6b5bd1073 100644
--- a/Library/Formula/aircrack-ng.rb
+++ b/Library/Formula/aircrack-ng.rb
@@ -19,7 +19,7 @@ class AircrackNg < Formula
"http://standards.ieee.org/regauth/oui/oui.txt",
"http://standards.ieee.org/develop/regauth/oui/oui.txt"
- system "make"
+ system "make", "CC=#{ENV.cc}"
system "make", "prefix=#{prefix}", "mandir=#{man1}", "install"
end