mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:57:36 +00:00
Ports: Find cmake in Toolchain/Local/cmake if built
If a developer built cmake (or we built it for them) from source, make sure that port builds can find that version of CMake that has the SerenityOS platform files included.
This commit is contained in:
parent
3ca661314f
commit
e28bc77778
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ else
|
|||
export CXXFILT="${SERENITY_ARCH}-pc-serenity-c++filt"
|
||||
fi
|
||||
|
||||
export PATH="${SERENITY_TOOLCHAIN_BINDIR}:${HOST_PATH}"
|
||||
export PATH="${SERENITY_TOOLCHAIN_BINDIR}:${SERENITY_SOURCE_DIR}/Toolchain/Local/cmake/bin:${HOST_PATH}"
|
||||
|
||||
export PKG_CONFIG_DIR=""
|
||||
export PKG_CONFIG_SYSROOT_DIR="${SERENITY_BUILD_DIR}/Root"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue