aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/connect.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/connect.rb')
-rw-r--r--Library/Formula/connect.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/connect.rb b/Library/Formula/connect.rb
index 5d6ab4096..1c8dcb7f0 100644
--- a/Library/Formula/connect.rb
+++ b/Library/Formula/connect.rb
@@ -7,7 +7,7 @@ class Connect < Formula
md5 '5165e2fcd2cf58899f34878fe6b447c6'
def install
- system "gcc", "connect.c", "-o", "connect", "-lresolv"
+ system "#{ENV.cc}", "connect.c", "-o", "connect", "-lresolv"
bin.install "connect"
end
end