Android hints: Add m to libswanted
authorBrian Fraser <fraserbn@gmail.com>
Mon, 13 Jan 2014 00:10:11 +0000 (21:10 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:21 +0000 (14:44 -0300)
hints/linux-android.sh

index 4d6a975..3d79671 100644 (file)
@@ -21,6 +21,9 @@ d_libname_unique='define'
 # On Android the shell is /system/bin/sh:
 targetsh='/system/bin/sh'
 
+# Make sure that we look for libm
+libswanted="$libswanted m"
+
 # Down with locales!
 # https://github.com/android/platform_bionic/blob/master/libc/CAVEATS
 d_locconv='undef'