summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-31 23:39:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-31 23:39:12 +0100
commitd85df1ad15c05665eb1891096c4bf585362a35e3 (patch)
tree6a30c0bcabcb7b3772b2c3e230ab269370d5fd9e /cscript
parent2c5542df6592b297f49f51260f7d179a88bf0e77 (diff)
Try to add OS X package target to cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 8775cb387..1d75bb8e8 100644
--- a/cscript
+++ b/cscript
@@ -61,6 +61,9 @@ def package(env, target, version):
debs.append(os.path.abspath(p))
return debs
+ elif target.platform == 'osx':
+ env.command('build/platform/osx/make_dmg.sh')
+ return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0])
def make_pot(env):
env.command('./waf pot')