Commit 73687733 authored by Martin Storsjö's avatar Martin Storsjö Committed by Rafaël Carré

android: Use the right STL library directory

This changes the path added in
17c3d301 to the right one.
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 0a886d02
......@@ -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"
......
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