summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-15 10:27:03 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-15 10:27:03 +0000
commitcf480e869ca654e771f9f88d766ad72c20d38712 (patch)
treec110c439ce98c00d3ce8d0286a0df90c7df2e83d /platform
parent35599b14b1c735919b14231862092362e97b8e45 (diff)
Try to fix build on OS X.
Diffstat (limited to 'platform')
-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)