diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 23:39:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 23:39:12 +0100 |
| commit | d85df1ad15c05665eb1891096c4bf585362a35e3 (patch) | |
| tree | 6a30c0bcabcb7b3772b2c3e230ab269370d5fd9e /cscript | |
| parent | 2c5542df6592b297f49f51260f7d179a88bf0e77 (diff) | |
Try to add OS X package target to cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |
