mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
move portable copyfile function into tools/autowaf.py and use it in both gtk2_ardour and taglib
This commit is contained in:
parent
298768fb73
commit
94993816cc
4 changed files with 9 additions and 7 deletions
|
|
@ -103,7 +103,7 @@ def build(bld):
|
|||
for h in headers:
|
||||
tgt = bld.path.get_bld().make_node (os.path.join ('taglib', os.path.basename (h)))
|
||||
if not os.path.exists (tgt.bldpath()):
|
||||
bld (rule = "cp ${SRC} ${TGT}",
|
||||
bld (rule = autowaf.copyfile,
|
||||
source = bld.path.make_node (os.path.join ('taglib', h)),
|
||||
target = tgt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue