1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01:00

Update lilv, lv2, serd, sord, sratom, and add suil.

This commit is contained in:
yam
2015-04-07 23:19:22 -05:00
parent f88b27e6d8
commit 57fb87e96d
1460 changed files with 64512 additions and 10876 deletions

View File

@@ -36,7 +36,9 @@ class utest(Task.Task):
for g in self.generator.bld.groups:
for tg in g:
if getattr(tg,'link_task',None):
lst.append(tg.link_task.outputs[0].parent.abspath())
s=tg.link_task.outputs[0].parent.abspath()
if s not in lst:
lst.append(s)
def add_path(dct,path,var):
dct[var]=os.pathsep.join(Utils.to_list(path)+[os.environ.get(var,'')])
if Utils.is_win32: