android: Use the right STL library directory

This changes the path added in
17c3d30124 to the right one.

Signed-off-by: Rafaël Carré <funman@videolan.org>
This commit is contained in:
Martin Storsjö 2011-10-02 00:09:00 +03:00 committed by Rafaël Carré
parent 0a886d02d1
commit 73687733c2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ else
fi
CPPFLAGS="-I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/include -I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/libs/${CXX_TARGET}/include"
LDFLAGS="$LDFLAGS -L${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/libs/${CXX_TARGET}/lib"
LDFLAGS="$LDFLAGS -L${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/libs/${CXX_TARGET}"
if [ -n "$ANDROID_SYS_HEADERS" ]; then
CPPFLAGS="$CPPFLAGS -I${ANDROID_SYS_HEADERS}/frameworks/base/include -I${ANDROID_SYS_HEADERS}/system/core/include"