summaryrefslogtreecommitdiff
path: root/libs/taglib/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/taglib/wscript')
-rw-r--r--libs/taglib/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/taglib/wscript b/libs/taglib/wscript
index 219cbd3f08..709eb0fd90 100644
--- a/libs/taglib/wscript
+++ b/libs/taglib/wscript
@@ -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)