correct PKG_CONFIG_LIBDIR for qtbase

This commit is contained in:
Mark Brand 2017-06-16 09:07:53 +02:00
parent b2c66b3191
commit 49c892298d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ define $(PKG)_BUILD
SYBASE_LIBS="-lsybdb `'$(TARGET)-pkg-config' --libs-only-l gnutls` -liconv -lws2_32" \
PKG_CONFIG="${TARGET}-pkg-config" \
PKG_CONFIG_SYSROOT_DIR="/" \
PKG_CONFIG_LIBDIR="$(PREFIX)/$(TARGET)/lib/pc" \
PKG_CONFIG_LIBDIR="$(PREFIX)/$(TARGET)/lib/pkgconfig" \
./configure \
-opensource \
-confirm-license \