mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1108595 - Enable using libc++ in clang-plugin on OSX 10.10; r=glandium
This commit is contained in:
parent
5167dadd93
commit
f783eeaa1c
@ -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 :=
|
||||
|
Loading…
Reference in New Issue
Block a user