We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6bfe5 commit e3acfc6Copy full SHA for e3acfc6
setCrossEnvironment-armeabi-v7a.sh
@@ -40,7 +40,7 @@ STL_CFLAGS="-isystem$NDK/sources/cxx-stl/gnu-libstdc++/$GCCVER/include \
40
STL_LDFLAGS="-L$NDK/sources/cxx-stl/gnu-libstdc++/$GCCVER/libs/$ARCH"
41
STL_LDLIB="-lgnustl_shared -lsupc++"
42
if [[ "$NDK_STL" == "libc++" ]] ; then
43
- STL_CFLAGS="-isystem$NDK/sources/cxx-stl/llvm-libc++/libcxx/include"
+ STL_CFLAGS="-isystem$NDK/sources/cxx-stl/llvm-libc++/include"
44
STL_LDFLAGS="-L$NDK/sources/cxx-stl/llvm-libc++/libs/$ARCH"
45
STL_LDLIB="-lc++_shared"
46
fi
0 commit comments