mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 21:38:05 +00:00
Fix the check for whether to include 32-bit arch in Mac OS X packages.
This commit is contained in:
parent
202dd1ccf5
commit
e244b0cda2
2
mkpkg
2
mkpkg
@ -241,7 +241,7 @@ case "$osversion" in
|
|||||||
;;
|
;;
|
||||||
macos*)
|
macos*)
|
||||||
case "$osversion" in
|
case "$osversion" in
|
||||||
macos10[0-6]i386|macos10[0-6]x86_64)
|
macos10[0-6]-i386|macos10[0-6]-x86_64)
|
||||||
# Build intel universal binaries for 10.6 and below
|
# Build intel universal binaries for 10.6 and below
|
||||||
ARCH_FLAGS="-arch i386 -arch x86_64"
|
ARCH_FLAGS="-arch i386 -arch x86_64"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user