mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
Meta+Ports: Automatically generate a meson cross file that we can use
This commit is contained in:
parent
0057b24b9e
commit
fb877effb8
11 changed files with 36 additions and 70 deletions
|
@ -50,6 +50,8 @@ set(SERENITY_TOOLCHAIN_FILE "${SERENITY_BUILD_DIR}/CMakeToolchain.txt" CACHE PAT
|
|||
# Support non-cross builds by stuffing this in a variable
|
||||
set(SERENITY_TOOLCHAIN_FILE_ARG "-DCMAKE_TOOLCHAIN_FILE:STRING=${SERENITY_TOOLCHAIN_FILE}")
|
||||
|
||||
configure_file("${SERENITY_SOURCE_DIR}/Toolchain/CMake/meson-cross-file-${SERENITY_TOOLCHAIN}.txt.in" "${SERENITY_BUILD_DIR}/meson-cross-file.txt" @ONLY)
|
||||
|
||||
# Allow the Ninja generators to output messages as they happen by assigning
|
||||
# these jobs to the 'console' job pool
|
||||
set(console_access "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue