diff options
| author | Jack Nagel | 2013-11-15 16:57:34 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-15 16:57:35 -0600 |
| commit | 304a299f56a7a461be238c0608d0334dcc5976f3 (patch) | |
| tree | 36eb7c3f891044c7c0993cc42c32cfbd3f458974 /Library/Formula | |
| parent | b7b5006ba098a12fc27bef3e283edce7fd8726f2 (diff) | |
| download | homebrew-304a299f56a7a461be238c0608d0334dcc5976f3.tar.bz2 | |
authexec: compile manually to avoid universal build
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/authexec.rb | 2 |
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 |
