mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
CMake: Ensure build and test presets for Distribution and Debug
This commit is contained in:
committed by
Jelle Raaijmakers
parent
af5f23cdda
commit
13338a9532
@@ -75,6 +75,9 @@ get_build_dir() {
|
||||
"Sanitizer")
|
||||
BUILD_DIR="${LADYBIRD_SOURCE_DIR}/Build/sanitizers"
|
||||
;;
|
||||
"Distribution")
|
||||
BUILD_DIR="${LADYBIRD_SOURCE_DIR}/Build/distribution"
|
||||
;;
|
||||
*)
|
||||
echo "Unknown BUILD_PRESET: '$1'" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user