summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-29 14:13:15 +0200
committerTor Lillqvist <tml@iki.fi>2012-10-29 14:13:15 +0200
commit87cac6bac2bd2145a5e41a3ce1ec1c2029ca010a (patch)
tree6116d0ec5cf697f6547e754caddef77a6ef5b631 /solenv
parent6571f071ce98f4066b5213b6c08e8a3eb4043cd2 (diff)
gb_STDLIBS should contain -l options for the linking command line
Change-Id: Iab93d5dc4b3c19d3661846b16956573078fa4cfd
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/android.mk2
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 \