diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/autoconf/android.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/android.m4 b/build/autoconf/android.m4 index fa31afbf4..a225cb3a1 100644 --- a/build/autoconf/android.m4 +++ b/build/autoconf/android.m4 @@ -254,7 +254,7 @@ if test "$OS_TARGET" = "Android" -a -z "$gonkdir"; then fi STLPORT_SOURCES="$android_ndk/sources/cxx-stl/stlport" STLPORT_CPPFLAGS="-I$_objdir/build/stlport -I$android_ndk/sources/cxx-stl/stlport/stlport" - STLPORT_LIBS="-lstlport_static -static-libstdc++" + STLPORT_LIBS="-lstlport_static" elif test "$target" != "arm-android-eabi"; then dnl fail if we're not building with NDKr4 AC_MSG_ERROR([Couldn't find path to stlport in the android ndk]) |