makemacpkg.in: Allow universal DMG w/o ARMv8 arch

(buglet)
This commit is contained in:
DRC
2020-02-07 17:04:30 -06:00
parent f81833aed6
commit 70327296e2

View File

@@ -230,7 +230,7 @@ if [ $UNIVERSAL = 1 -a "$BUILDDIRARMV7S" != "" ]; then
install_ios $BUILDDIRARMV7S ARMv7s armv7s arm
fi
if [ $UNIVERSAL = 1 -a "BUILDDIRARMV8" != "" ]; then
if [ $UNIVERSAL = 1 -a "$BUILDDIRARMV8" != "" ]; then
install_ios $BUILDDIRARMV8 ARMv8 armv8 arm64
fi