summaryrefslogtreecommitdiff
path: root/libgweather/tools/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/tools/meson.build')
-rw-r--r--libgweather/tools/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgweather/tools/meson.build b/libgweather/tools/meson.build
index b50e194..24f5f13 100644
--- a/libgweather/tools/meson.build
+++ b/libgweather/tools/meson.build
@@ -17,8 +17,8 @@ tools = [
tools_cargs = [
'-DTEST_LOCATIONS="@0@"'.format(locations_bin.full_path()),
- '-DSCHEMASDIR="@0@/schemas"'.format(meson.source_root()),
- '-DSCHEMAS_BUILDDIR="@0@/schemas"'.format(meson.build_root()),
+ '-DSCHEMASDIR="@0@"'.format(schemas_srcdir),
+ '-DSCHEMAS_BUILDDIR="@0@"'.format(schemas_builddir),
]
foreach tool: tools