Skip to content

Commit 64a51bf

Browse files
committed
fixing cmake flag for universal macOS build
1 parent 2b34171 commit 64a51bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hairless-midiserial.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ INCLUDEPATH += src/
4040
# Universal binary for OS X
4141

4242
macx {
43-
CONFIG += ppc x86 x86_64 arm64
43+
QMAKE_APPLE_DEVICE_ARCHS = x86_64 arm64
44+
CONFIG += x86_64 arm64
4445
}
4546

4647

0 commit comments

Comments
 (0)