summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <qignacio@amazon.com>2018-10-03 11:28:33 +0200
committerIgnacio Casal Quinteiro <qignacio@amazon.com>2018-10-04 09:43:20 +0200
commita79d53d71eaf9508f2ef15dc8854fa2e082bcf3e (patch)
tree5d7331dbe1ddb37c694fa16c4b642c9e8a310991
parent7403e5a6ae54382cee453165fcb60bfa33f71083 (diff)
downloadgtk-doc-a79d53d71eaf9508f2ef15dc8854fa2e082bcf3e.tar.gz
meson: initialize variable with the right type
Otherwise this will fail when the highlight params are empty and you try to join the list Tested on OSX Fixes: https://gitlab.gnome.org/GNOME/gtk-doc/issues/58
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4b0fd75..c2155c0 100644
--- a/meson.build
+++ b/meson.build
@@ -62,7 +62,7 @@ if fop_prg.found()
endif
highlight_prg_path = ''
-highlight_prg_args = ''
+highlight_prg_args = []
if source_highlight_prg.found()
highlight_prg_path = join_paths(source_highlight_prg.path())
highlight_prg_args = [