diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-30 21:41:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-30 21:41:32 +0100 |
| commit | 8addb24445410285e404138d39c90467137eb8f6 (patch) | |
| tree | 494143e4368f663bc4fc24db50a95446770cfeba /wscript | |
| parent | b4ff18156c52e65404459966ff4e551604e235c3 (diff) | |
OS X version can at least build a working .app.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -198,6 +198,8 @@ def build(bld): bld.recurse('platform/windows') if bld.env.TARGET_LINUX: bld.recurse('platform/linux') + if bld.env.TARGET_OSX: + bld.recurse('platform/osx') for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) |
