games-strategy/hedgewars: fix CMAKE_BUILD_TYPE variable

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
This commit is contained in:
Alexander Tsoy
2026-02-10 00:37:30 +03:00
parent 74305a6db0
commit cd3949782d

View File

@@ -100,7 +100,7 @@ src_configure() {
-DNOVIDEOREC=$(usex ffmpeg OFF ON)
)
CMAKE_BUILD_TYPE=$(usex debug Debug)
CMAKE_BUILD_TYPE=$(usex debug Debug ${CMAKE_BUILD_TYPE})
cmake_src_configure
}