mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-17 03:19:41 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/e28bc77778 Pull-request: https://github.com/SerenityOS/serenity/pull/16421 Reviewed-by: https://github.com/timschumi
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…
Reference in a new issue