diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-15 10:27:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-15 10:27:03 +0000 |
| commit | cf480e869ca654e771f9f88d766ad72c20d38712 (patch) | |
| tree | c110c439ce98c00d3ce8d0286a0df90c7df2e83d /platform/osx/wscript | |
| parent | 35599b14b1c735919b14231862092362e97b8e45 (diff) | |
Try to fix build on OS X.
Diffstat (limited to 'platform/osx/wscript')
| -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) |
