Use Clang for the frameworks.

master
dak180 2011-06-03 12:00:33 -04:00
parent c6f9bf72cb
commit f7e2cbe5bd
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// Global settings for all Framework configurations
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
INSTALL_PATH = @rpath
DYLIB_COMPATIBILITY_VERSION = 1
DYLIB_CURRENT_VERSION = 1

View File

@ -9,3 +9,4 @@ HEADER_SEARCH_PATHS = $(inherited)
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/external/libtheora/lib" "$(SRCROOT)/external/libtheora/include/**"
WARNING_CFLAGS = -Wno-parentheses // Silence warnings that are not ours
WARNING_CFLAGS[arch=i386] = $(inherited) -Wno-tautological-compare