Fix the check for whether to include 32-bit arch in Mac OS X packages.
This commit is contained in:
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"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user