Skip to content

Commit

Permalink
Fixes #198: Problem with 10.5
Browse files Browse the repository at this point in the history
Implicitly linking the Obj-C runtime with the 10.7 SDK is causing us to
inadvertently reference libblocks symbols, which don't exist prior to
10.6.
  • Loading branch information
andymatuschak committed Aug 17, 2012
1 parent 7a283bf commit d138f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configurations/ConfigCommon.xcconfig
Expand Up @@ -17,6 +17,7 @@ GCC_FAST_OBJC_DISPATCH = YES
GCC_ENABLE_PASCAL_STRINGS = NO
ARCHS = ppc i386 x86_64
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
CLANG_LINK_OBJC_RUNTIME = NO

// Enable warnings
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES
Expand Down

0 comments on commit d138f64

Please sign in to comment.