summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-11-03 22:08:53 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-11-03 22:08:53 +0200
commitec01399d5651707ae0f075bbf1c4c9bf7c658c21 (patch)
tree0def24a3b9214836b80df18bcd0a68f91f22afff /guile
parent32849b243c3b7bd7d7e1692c352a88dbab4e8ba6 (diff)
guile: fix build spam
Remove some debug message
Diffstat (limited to 'guile')
-rw-r--r--guile/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/guile/meson.build b/guile/meson.build
index c553212..bd33ab6 100644
--- a/guile/meson.build
+++ b/guile/meson.build
@@ -35,7 +35,6 @@ snarf_args=['-o', '@OUTPUT@', '@INPUT@', '-I' + meson.current_source_dir() + '/.
pkg_config=find_program('pkg-config')
snarf_args+=run_command(pkg_config, '--cflags', 'glib-2.0', 'guile-3.0').stdout().strip()
-message(snarf_args)
snarf_gen=generator(snarf,
output: '@BASENAME@.x',
arguments: snarf_args)