summaryrefslogtreecommitdiff
path: root/platform/osx/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-30 21:41:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-30 21:41:32 +0100
commit8addb24445410285e404138d39c90467137eb8f6 (patch)
tree494143e4368f663bc4fc24db50a95446770cfeba /platform/osx/wscript
parentb4ff18156c52e65404459966ff4e551604e235c3 (diff)
OS X version can at least build a working .app.
Diffstat (limited to 'platform/osx/wscript')
-rw-r--r--platform/osx/wscript2
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)