2
0
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:
Todd C. Miller 2015-04-28 14:54:44 -06:00
parent ff89dde116
commit f5f5e17cb6

4
mkpkg
View File

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