diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-29 14:13:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-29 14:13:15 +0200 |
commit | 87cac6bac2bd2145a5e41a3ce1ec1c2029ca010a (patch) | |
tree | 6116d0ec5cf697f6547e754caddef77a6ef5b631 | |
parent | 6571f071ce98f4066b5213b6c08e8a3eb4043cd2 (diff) |
gb_STDLIBS should contain -l options for the linking command line
Change-Id: Iab93d5dc4b3c19d3661846b16956573078fa4cfd
-rw-r--r-- | solenv/gbuild/platform/android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/android.mk b/solenv/gbuild/platform/android.mk index 4b8886470d8b..804d939f6c0f 100644 --- a/solenv/gbuild/platform/android.mk +++ b/solenv/gbuild/platform/android.mk @@ -10,7 +10,7 @@ ifeq ($(DISABLE_DYNLOADING),TRUE) # Link with -lgnustl_static gb_STDLIBS := \ - gnustl_static + -lgnustl_static gb_Library_PLAINLIBS_NONE := \ android \ |