Skip to content

Commit 7032729

Browse files
committed
makemacpkg.in: Allow universal DMG w/o ARMv8 arch
(buglet)
1 parent f81833a commit 7032729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/makemacpkg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ if [ $UNIVERSAL = 1 -a "$BUILDDIRARMV7S" != "" ]; then
230230
install_ios $BUILDDIRARMV7S ARMv7s armv7s arm
231231
fi
232232

233-
if [ $UNIVERSAL = 1 -a "BUILDDIRARMV8" != "" ]; then
233+
if [ $UNIVERSAL = 1 -a "$BUILDDIRARMV8" != "" ]; then
234234
install_ios $BUILDDIRARMV8 ARMv8 armv8 arm64
235235
fi
236236

0 commit comments

Comments
 (0)