From 08cac9453a2114b6be46b0f2ebe9154e607a5807 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Apr 2020 13:18:33 +0200 Subject: Update autowaf --- waflib | 2 +- wscript | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/waflib b/waflib index 697d367..878bdba 160000 --- a/waflib +++ b/waflib @@ -1 +1 @@ -Subproject commit 697d367fc93bffe5bdf542e5ae8f8919d83fefd0 +Subproject commit 878bdba53979f11fa582088e47997df129e56d16 diff --git a/wscript b/wscript index fb13e30..76da6a1 100644 --- a/wscript +++ b/wscript @@ -350,7 +350,7 @@ def build(bld): name = 'lv2core' if basename == 'core' else basename ttl_name = name + '.ttl' index_file = bld.path.get_bld().make_node('index_rows/' + name) - index_files += [index_file.path_from(bld.path)] + index_files += [index_file] chopped_path = chop_lv2_prefix(full_path) assert chopped_path.startswith('ns/') @@ -378,7 +378,7 @@ def build(bld): bld.install_files(os.path.join('${DOCDIR}', 'lv2', os.path.dirname(html_path)), html_path) - index_files.sort() + index_files.sort(key=lambda x: x.path_from(bld.path)) bld.add_group() # Build extension index -- cgit v1.2.1