summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/osx/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/wscript b/platform/osx/wscript
index d79c95bb5..aae1be921 100644
--- a/platform/osx/wscript
+++ b/platform/osx/wscript
@@ -1,2 +1,2 @@
def build(bld):
- bld.new_task_gen(features='subst', source='Info.plist.in', target='Info.plist', version=bld.env.VERSION)
+ obj = bld(features='subst', source='Info.plist.in', target='Info.plist', version=bld.env.VERSION)