mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
There's no point in building i386 binaries for Mac OS X 10.7 and higher.
This commit is contained in:
parent
ff89dde116
commit
f5f5e17cb6
4
mkpkg
4
mkpkg
@ -217,8 +217,8 @@ case "$osversion" in
|
|||||||
;;
|
;;
|
||||||
macos*)
|
macos*)
|
||||||
case "$osversion" in
|
case "$osversion" in
|
||||||
*i386|*x86_64)
|
macos10[0-6]i386|macos10[0-6]x86_64)
|
||||||
# Build intel-only universal binaries
|
# Build intel universal binaries for 10.6 and below
|
||||||
ARCH_FLAGS="-arch i386 -arch x86_64"
|
ARCH_FLAGS="-arch i386 -arch x86_64"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user