diff --git a/Formula/authexec.rb b/Formula/authexec.rb index e7809a4da8..bce1d2b69e 100644 --- a/Formula/authexec.rb +++ b/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