mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Cleanup cource tree: collect patches
This commit is contained in:
parent
3e77680a57
commit
96ef1dc0ed
11 changed files with 1 additions and 1 deletions
11
tools/patches/waf-str.patch
Normal file
11
tools/patches/waf-str.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/waflib/Build.py 2020-01-21 15:01:13.864899388 +0100
|
||||
+++ b/waflib/Build.py 2020-01-21 15:01:59.573030630 +0100
|
||||
@@ -953,7 +953,7 @@
|
||||
tsk.link = kw.get('link', '') or kw.get('install_from', '')
|
||||
tsk.relative_trick = kw.get('relative_trick', False)
|
||||
tsk.type = kw['type']
|
||||
- tsk.install_to = tsk.dest = kw['install_to']
|
||||
+ tsk.install_to = tsk.dest = str(kw['install_to'])
|
||||
tsk.install_from = kw['install_from']
|
||||
tsk.relative_base = kw.get('cwd') or kw.get('relative_base', self.path)
|
||||
tsk.install_user = kw.get('install_user')
|
||||
Loading…
Add table
Add a link
Reference in a new issue