summaryrefslogtreecommitdiff
path: root/solenv/inc/unxandr.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-14 01:29:46 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-14 01:55:03 +0200
commit342ff52958fe07531341d6fa97cc281830471b17 (patch)
treebe114f2ac7936b75458d1403acc0d6ae2e8bdba6 /solenv/inc/unxandr.mk
parent3cba8fb2c07a4a9bfcd3db5aab78a1bd51a48755 (diff)
Link with -lgnustl_shared on Android
Diffstat (limited to 'solenv/inc/unxandr.mk')
-rw-r--r--solenv/inc/unxandr.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/inc/unxandr.mk b/solenv/inc/unxandr.mk
index 56ed49d155a4..c22dbe910c9f 100644
--- a/solenv/inc/unxandr.mk
+++ b/solenv/inc/unxandr.mk
@@ -45,6 +45,6 @@ CFLAGS+=-fno-omit-frame-pointer
LINKFLAGSAPPGUI=-shared
LINKFLAGSAPPCUI=-shared
-STDLIBGUIMT+=-llog -landroid
-STDLIBCUIMT+=-llog -landroid
+STDLIBGUIMT+=-llog -landroid -lgnustl_shared
+STDLIBCUIMT+=-llog -landroid -lgnustl_shared