summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-11-19 17:17:29 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2021-11-19 18:25:44 +0000
commit6ba731a84e20f1eb84098f9b38b9e368ceae0b9a (patch)
tree3fef50e1143ad57d80a2071492af6105a1cc0bee
parent6f7b7cb3dad04796fbf9b97a95c874dc8e789b24 (diff)
downloadlibgweather-6ba731a84e20f1eb84098f9b38b9e368ceae0b9a.tar.gz
build: Remove unnecessary symbol
We use the environment to specify the location of the locations database file, instead of hard coding it into the binary.
-rw-r--r--libgweather/tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgweather/tests/meson.build b/libgweather/tests/meson.build
index 5a8eb99..6baddd7 100644
--- a/libgweather/tests/meson.build
+++ b/libgweather/tests/meson.build
@@ -1,5 +1,4 @@
gweather_test_cargs = [
- '-DTEST_LOCATIONS="@0@"'.format(locations_bin.full_path()),
'-DSCHEMASDIR="@0@/schemas"'.format(meson.source_root()),
'-DSCHEMAS_BUILDDIR="@0@/schemas"'.format(meson.build_root()),
]