diff options
Diffstat (limited to 'wrappers/cross-pkg-config')
-rwxr-xr-x | wrappers/cross-pkg-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/cross-pkg-config b/wrappers/cross-pkg-config index f178147..4e4da92 100755 --- a/wrappers/cross-pkg-config +++ b/wrappers/cross-pkg-config @@ -112,6 +112,7 @@ var="LIBDIR_${ABI}" eval libdir=\${${var}} if [ -z "${libdir}" ] ; then # Fall back to probing the compiler. + ## TODO: CLANG FIX libdir=$(realpath "$(${CC:-${CHOST}-gcc} ${CFLAGS} ${LDFLAGS} -print-file-name=pkgconfig)/..") # Chopping the basename isn't exactly correct, but it's good enough for now. libdir=${libdir##*/} |