diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-02 23:03:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-02 23:03:08 +0100 |
| commit | a0856e3fbef17f24073b01cb96be6bbcb229ecbc (patch) | |
| tree | 13fd6191f2c4d82943cbcfa1f34688552cfc1f8e /platform/osx/wscript | |
| parent | e6d086fff404d9fe5ac080f9e75334eeb315c1da (diff) | |
| parent | 42866530db49e0faf367ad28a55c658be60951bf (diff) | |
Merge master.
Diffstat (limited to 'platform/osx/wscript')
| -rw-r--r-- | platform/osx/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/wscript b/platform/osx/wscript new file mode 100644 index 000000000..d79c95bb5 --- /dev/null +++ b/platform/osx/wscript @@ -0,0 +1,2 @@ +def build(bld): + bld.new_task_gen(features='subst', source='Info.plist.in', target='Info.plist', version=bld.env.VERSION) |
