diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-07 08:15:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-07 08:15:58 +0100 |
commit | b66e034904c7d5b0aa60170240deebc84811aa16 (patch) | |
tree | 1acfb2507e6dd9fa0fee6ffde6e522c168fdd501 | |
parent | 39a6e45bfd60db59321ecbfc406a942b346bb0ff (diff) |
cppunit is PLAINLIBS_NONE
Change-Id: Id6401999d20069f17133a765195cd49b50ff532f
-rw-r--r-- | cppunit/ExternalProject_cppunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/ExternalProject_cppunit.mk b/cppunit/ExternalProject_cppunit.mk index b52bb4e95ede..b5abe41b3f26 100644 --- a/cppunit/ExternalProject_cppunit.mk +++ b/cppunit/ExternalProject_cppunit.mk @@ -44,7 +44,7 @@ $(call gb_ExternalProject_get_state_target,cppunit,build) : --disable-html-docs \ --disable-latex-docs \ $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ - $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \ + $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________NONE) \ $(if $(filter-out WNT,$(OS)),,CXXFLAGS="-mthreads" LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \ $(if $(filter SOLARIS,$(OS)),LIBS="-lm") \ $(if $(filter ANDROID,$(OS)),LIBS="-lgnustl_shared -lm") \ |