Kaydet (Commit) 6db0190b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use also -lm to be on the safe side

Change-Id: I2bee6cc4f985ee47dbe4d2e35acf688042970519
üst e8768f24
......@@ -10,7 +10,8 @@
ifeq ($(DISABLE_DYNLOADING),TRUE)
# Link with -lgnustl_static
gb_STDLIBS := \
-lgnustl_static
-lgnustl_static \
-lm
gb_Library_PLAINLIBS_NONE := \
android \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment