summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-12-18 19:18:06 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-12-19 23:01:16 +0200
commit96b208d712b61dca0dada81d951ff4751c2f3d9d (patch)
treed19d69e83ab2f74aee4f46697e3d09913d9ea661 /guile
parentfcda5dcc5f28a9facf62c418d91fc5796bb45481 (diff)
build: bump meson requirement to 56.0
We need some of the new functionality in the near-future. Fix build warnings.
Diffstat (limited to 'guile')
-rw-r--r--guile/tests/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/tests/meson.build b/guile/tests/meson.build
index dc89051..6b48386 100644
--- a/guile/tests/meson.build
+++ b/guile/tests/meson.build
@@ -15,8 +15,8 @@
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-guile_load_path=':'.join([ # meson 0.56 has project_source_root
- join_paths(meson.source_root(), 'guile'),
+guile_load_path=':'.join([
+ join_paths(meson.project_source_root(), 'guile'),
join_paths(meson.current_build_dir(), '..')])
test('test-mu-guile',