Add workaround for Meson subproject path regression

This works around Meson issue
https://github.com/mesonbuild/meson/issues/2719 by making the
subprojects directory a toplevel dir.
This commit is contained in:
Matthias Klumpp 2018-01-07 17:42:42 +01:00
parent 1390d2e365
commit 7132946282
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
project('D-YAML', 'd',
meson_version: '>=0.40.0',
subproject_dir: 'contrib/subprojects'
subproject_dir: 'contrib'
)
project_version = '0.6.2'