mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:47:35 +00:00
Ports: Make sure pkg-config only picks up packages from the target
This commit is contained in:
parent
d8787e0e12
commit
8874b4b4fe
2 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue