Bug 1108595 - Enable using libc++ in clang-plugin on OSX 10.10; r=glandium

This commit is contained in:
Ehsan Akhgari 2014-12-09 08:51:15 -05:00
parent 152424e082
commit e14d077a57

View File

@ -13,3 +13,8 @@ OS_CXXFLAGS := $(LLVM_CXXFLAGS) -fno-rtti -fno-exceptions
OS_COMPILE_CXXFLAGS :=
OS_LDFLAGS := $(LLVM_LDFLAGS) $(CLANG_LDFLAGS)
DSO_LDOPTS := -shared
# Use the default OS X deployment target to enable using the libc++ headers
# correctly. Note that the binary produced here is a host tool and doesn't need
# to be distributed.
MACOSX_DEPLOYMENT_TARGET :=