diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-30 21:59:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-30 21:59:19 +0100 |
| commit | 1b6d46c0a6a4f88526ecf6a92a840904309a1135 (patch) | |
| tree | 057d8ccec70098fd235a7f4329ebef8c2ec7eb0f /wscript | |
| parent | defa5b0e3b71e27033ca687e1cf6fc69407a2340 (diff) | |
| parent | 8addb24445410285e404138d39c90467137eb8f6 (diff) | |
Merge branch 'master' of /home/carl/git/dvdomatic
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) |
