mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-cpp/coeurl: fix build with recent meson
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user