summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-17 23:30:48 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-28 17:04:59 +0300
commitf5aa04485c86a5753bd7af057b86336efe089fae (patch)
tree565d1a354bc016a0bba866ebfad16dbea648e2a3 /config_host.mk.in
parent7b91e84c72596d8d1dc3687292c9946f172c4df6 (diff)
Enable optionally using libc++ on OS X (when targeting 10.7 or later)
Experimental work in progress. Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 76df37782d24..a3770a5ecb70 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -63,6 +63,7 @@ export COMMONS_LOGGING_JAR=@COMMONS_LOGGING_JAR@
export COMPATH=@COMPATH@
export COMPILER_PLUGINS=@COMPILER_PLUGINS@
export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
+export CPP_LIBRARY=@CPP_LIBRARY@
export CPPUNIT_CFLAGS=$(gb_SPACE)@CPPUNIT_CFLAGS@
export CPPUNIT_LIBS=$(gb_SPACE)@CPPUNIT_LIBS@
export CPU=@CPU@