We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0a41c commit 074780dCopy full SHA for 074780d
Makefile
@@ -79,8 +79,8 @@ endif
79
#
80
ifeq ($(OS),Darwin)
81
COMMON_SRCS+=PosixSerialPort.cpp OSXPortFactory.cpp
82
-COMMON_CXXFLAGS=-arch i386
83
-COMMON_LDFLAGS=-arch i386
+COMMON_CXXFLAGS=-arch i386 -arch x86_64 -mmacosx-version-min=10.5
+COMMON_LDFLAGS=-arch i386 -arch x86_64 -mmacosx-version-min=10.5
84
APP=BOSSA.app
85
DMG=bossa-$(VERSION).dmg
86
VOLUME=BOSSA
0 commit comments