authexec: compile manually to avoid universal build
This commit is contained in:
parent
9174a808b3
commit
ea3746e34b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue