From 304a299f56a7a461be238c0608d0334dcc5976f3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 15 Nov 2013 16:57:34 -0600 Subject: authexec: compile manually to avoid universal build --- Library/Formula/authexec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/authexec.rb b/Library/Formula/authexec.rb index e7809a4da..bce1d2b69 100644 --- a/Library/Formula/authexec.rb +++ b/Library/Formula/authexec.rb @@ -8,7 +8,7 @@ class Authexec < Formula head 'https://github.com/tcurdt/authexec.git' def install - system 'make all' + system ENV.cc, 'authexec.c', '-framework', 'Security', '-o', 'authexec' bin.install 'authexec' end end -- cgit v1.2.3