summaryrefslogtreecommitdiff
path: root/cppunit
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-14 01:49:41 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-14 01:55:06 +0200
commit9bb31596b978b30e3823e576514bed31bb6c1d5f (patch)
tree2057f75c9cf6a644f79daa1c093d894dce72cd91 /cppunit
parent47fd8a09a07cfb98201087de7e27717ad999be8b (diff)
Link libcppunit with the shared GNU C++ library for Android
Diffstat (limited to 'cppunit')
-rw-r--r--cppunit/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index c4b7bba920cc..551a0ea5bd77 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -121,6 +121,10 @@ OUT2LIB = ooo-install/lib/libcppunit.dll.a
MY_LIBS = -lm
.END
+.IF "$(OS)" == "ANDROID"
+MY_LIBS= -lgnustl_shared
+.ENDIF
+
CONFIGURE_ACTION = ./configure
.IF "$(COM)" == "GCC"