diff options
| -rw-r--r-- | platform/osx/wscript | 2 |
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) |
