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:
q234rty 2023-11-01 23:20:51 +08:00 committed by Mihai Fufezan
parent 062f749450
commit ef90d1eaaf

View File

@ -45,7 +45,7 @@ if(CMAKE_BUILD_TYPE)
elseif(BUILDTYPE_LOWER STREQUAL "minsizerel")
set(BUILDTYPE_LOWER "minsize")
elseif(BUILDTYPE_LOWER STREQUAL "none")
set(BUILDTYPE_LOWER "empty")
set(BUILDTYPE_LOWER "plain")
else()
set(BUILDTYPE_LOWER "release")
endif()