diff options
author | David Robillard <d@drobilla.net> | 2022-07-21 13:38:16 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-21 13:38:16 -0400 |
commit | 8124b4e533b91367a181f11efa34316faf35028b (patch) | |
tree | b6397d7a92c1cc63a1f8773ef899a01d2f616562 /doc/ns | |
parent | 7d7a0be99e69781878c2712e327a446c1a4d9e54 (diff) | |
download | lv2-8124b4e533b91367a181f11efa34316faf35028b.tar.xz |
Fix documentation build with meson 0.56.2
Diffstat (limited to 'doc/ns')
-rw-r--r-- | doc/ns/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ns/meson.build b/doc/ns/meson.build index bb471c9..aa41464 100644 --- a/doc/ns/meson.build +++ b/doc/ns/meson.build @@ -55,7 +55,7 @@ subdir('extensions') # Index # ######### -lv2_build_index = files(lv2_source_root / 'scripts' / 'lv2_build_index.py') +lv2_build_index = find_program(lv2_source_root / 'scripts' / 'lv2_build_index.py') lv2_build_index_command = [ lv2_build_index, |