Try to fix build on OS X.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 10:27:03 +0000 (10:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 10:27:03 +0000 (10:27 +0000)
platform/osx/wscript

index d79c95bb5266131a2f697629d4ca9d57c605f5f2..aae1be921526271494c3627618d20b83dc4a9bd3 100644 (file)
@@ -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)