Skip to content

Commit

Permalink
makemacpkg.in: Allow universal DMG w/o ARMv8 arch
Browse files Browse the repository at this point in the history
(buglet)
  • Loading branch information
dcommander committed Feb 7, 2020
1 parent f81833a commit 7032729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/makemacpkg.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7032729

Please sign in to comment.