diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-14 01:48:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-14 01:55:05 +0200 |
commit | 47fd8a09a07cfb98201087de7e27717ad999be8b (patch) | |
tree | f3368951002dba6e5e2a755df92592f35835084f /solenv | |
parent | 68bc001235dbee457bbe3b38ee9f42f9facaee2b (diff) |
Also link shared libs always with -llog -landroid -lgnustl_shared
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxandr.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/inc/unxandr.mk b/solenv/inc/unxandr.mk index c22dbe910c9f..52c92da19bbb 100644 --- a/solenv/inc/unxandr.mk +++ b/solenv/inc/unxandr.mk @@ -47,4 +47,6 @@ LINKFLAGSAPPCUI=-shared STDLIBGUIMT+=-llog -landroid -lgnustl_shared STDLIBCUIMT+=-llog -landroid -lgnustl_shared +STDSHLGUIMT+=-llog -landroid -lgnustl_shared +STDSHLCUIMT+=-llog -landroid -lgnustl_shared |