authexec: compile manually to avoid universal build

This commit is contained in:
Jack Nagel 2013-11-15 16:57:34 -06:00
parent 9174a808b3
commit ea3746e34b

View file

@ -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