mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-strategy/hedgewars: fix CMAKE_BUILD_TYPE variable
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user