mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:05:58 +01:00
Map cmake None to meson's plain
empty is not a build type that exists in meson.
I have no idea why I typed "empty" in #3614 ...
Fixes: ba5f1d8783
This commit is contained in:
parent
062f749450
commit
ef90d1eaaf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if(CMAKE_BUILD_TYPE)
|
||||||
elseif(BUILDTYPE_LOWER STREQUAL "minsizerel")
|
elseif(BUILDTYPE_LOWER STREQUAL "minsizerel")
|
||||||
set(BUILDTYPE_LOWER "minsize")
|
set(BUILDTYPE_LOWER "minsize")
|
||||||
elseif(BUILDTYPE_LOWER STREQUAL "none")
|
elseif(BUILDTYPE_LOWER STREQUAL "none")
|
||||||
set(BUILDTYPE_LOWER "empty")
|
set(BUILDTYPE_LOWER "plain")
|
||||||
else()
|
else()
|
||||||
set(BUILDTYPE_LOWER "release")
|
set(BUILDTYPE_LOWER "release")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue