summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-03-26 17:17:51 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-03-26 17:19:10 +0200
commitde80b557e8b8b342dc357b49d6ef1019c25680ad (patch)
tree4d43961b3a05f4ffcec49f3500dbabfebebab679 /guile
parent03993b93b27e82af2ed0b9487280d0fabe577a86 (diff)
meson: build updates
Diffstat (limited to 'guile')
-rw-r--r--guile/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/tests/meson.build b/guile/tests/meson.build
index a279345..1242638 100644
--- a/guile/tests/meson.build
+++ b/guile/tests/meson.build
@@ -15,7 +15,7 @@
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-guile_load_path=':'.join([
+guile_load_path=':'.join([ # meson 0.56 has project_source_root
join_paths(meson.source_root(), 'guile'),
join_paths(meson.current_build_dir(), '..')])