aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-15 16:57:34 -0600
committerJack Nagel2013-11-15 16:57:35 -0600
commit304a299f56a7a461be238c0608d0334dcc5976f3 (patch)
tree36eb7c3f891044c7c0993cc42c32cfbd3f458974 /Library/Formula
parentb7b5006ba098a12fc27bef3e283edce7fd8726f2 (diff)
downloadhomebrew-304a299f56a7a461be238c0608d0334dcc5976f3.tar.bz2
authexec: compile manually to avoid universal build
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/authexec.rb2
1 files changed, 1 insertions, 1 deletions
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