]> git.sesse.net Git - vlc/commitdiff
android: Use the right STL library directory
authorMartin Storsjö <martin@martin.st>
Sat, 1 Oct 2011 21:09:00 +0000 (00:09 +0300)
committerRafaël Carré <funman@videolan.org>
Sat, 1 Oct 2011 23:21:56 +0000 (19:21 -0400)
This changes the path added in
17c3d30124122ca285ce739976cbc49c7b3e6e1c to the right one.

Signed-off-by: Rafaël Carré <funman@videolan.org>
extras/package/android/configure.sh

index e75285730bbc6eb9393770392058b0fc4f6929b3..3e70ac05c8bd1e9288670a941538d35e19ac9343 100755 (executable)
@@ -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"