aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh b/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh
index d354afc5e..793d5091c 100755
--- a/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh
+++ b/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh
@@ -458,7 +458,7 @@ if [ -n "$PACKAGE_DIR" ] ; then
for LIB in include/bits $MULTILIB libsupc++.a libgnustl_static.a libgnustl_shared.so; do
FILES="$FILES $GNUSTL_DIR/libs/$ABI/$LIB"
THUMB_FILE="$GNUSTL_DIR/libs/$ABI/thumb/$LIB"
- if [ -f "$NDK_DIR/$THUMB_FILE" ] ; then
+ if [ -f "$NDK_DIR/sources/cxx-stl/$THUMB_FILE" ]; then
FILES="$FILES $THUMB_FILE"
fi
done