dev-cpp/coeurl: fix build with recent meson

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-07-22 18:28:34 +05:00
parent 7d1773d97f
commit c8fb50fc53

View File

@@ -27,6 +27,11 @@ DEPEND="
test? ( dev-cpp/doctest )
"
src_prepare() {
default
rm -r subprojects || die
}
src_configure() {
local -a emesonargs=(
$(meson_use test tests)