Skip to content

Commit

Permalink
Macos xcode fixes (#6640)
Browse files Browse the repository at this point in the history
changelog #osx remove all i386 specific macros from CoreOF xcconfig - allows Xcode to default to native arch
  • Loading branch information
ofTheo authored Dec 4, 2020
1 parent 28d3b49 commit fe591d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
ARCHS = $(ARCHS_STANDARD_32_64_BIT) // this allows you to select target architecture in dropdown menu
VALID_ARCHS = x86_64

ONLY_ACTIVE_ARCH = YES // this makes sure not to build an universal binary

//// define which C++ library is required to build, based on target architecture

CLANG_CXX_LIBRARY[arch=x86_64] = libc++
CLANG_CXX_LANGUAGE_STANDARD[arch=x86_64] = c++11
CLANG_CXX_LIBRARY = libc++
CLANG_CXX_LANGUAGE_STANDARD = c++11

MACOSX_DEPLOYMENT_TARGET = 10.9

Expand Down

0 comments on commit fe591d1

Please sign in to comment.