From 42b5146c146a72ef7462ac4ca82888f5ab3cbcfe Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Wed, 20 Aug 2014 20:25:18 +0200 Subject: Android hints: Always append /system/lib and /vendor/lib in libpth These are the canonical directories for libraries on Android. This is only mildly important for native builds, since whatever toolchain was installed will likely provide their own /lib, but is quite important for cross builds. --- hints/linux-android.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'hints/linux-android.sh') diff --git a/hints/linux-android.sh b/hints/linux-android.sh index a89eeb7e4e..fdfe64a020 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -286,6 +286,7 @@ esac $cat <<'EOO' >> $pwd/config.arch osname='android' +eval "libpth='$libpth /system/lib /vendor/lib'" if $test "X$procselfexe" = X; then case "$d_procselfexe" in -- cgit v1.2.1