This commit is contained in:
Gerben Jan Dijkman 2023-05-24 17:23:27 +02:00
parent 8bc209a76b
commit b6b30a5050

View File

@ -29,9 +29,9 @@ BDEPEND="
"
src_configure() {
#local emesonargs=(
# "-Dxcb-errors=release"
#)
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
)
cmake_src_configure
}