diff options
Diffstat (limited to 'Ports/.hosted_defs.sh')
-rw-r--r-- | Ports/.hosted_defs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ports/.hosted_defs.sh b/Ports/.hosted_defs.sh index fa44d64b97..eeec19dc2d 100644 --- a/Ports/.hosted_defs.sh +++ b/Ports/.hosted_defs.sh @@ -8,3 +8,6 @@ export AR="${SERENITY_ARCH}-pc-serenity-ar" export RANLIB="${SERENITY_ARCH}-pc-serenity-ranlib" export PATH="${SERENITY_ROOT}/Toolchain/Local/${SERENITY_ARCH}/bin:${PATH}" export DESTDIR="${SERENITY_BUILD_DIR}/Root" +export PKG_CONFIG_DIR="" +export PKG_CONFIG_SYSROOT_DIR="${SERENITY_BUILD_DIR}/Root" +export PKG_CONFIG_LIBDIR="${PKG_CONFIG_SYSROOT_DIR}/usr/lib/pkgconfig/:${PKG_CONFIG_SYSROOT_DIR}/usr/local/lib/pkgconfig" |