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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user