diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-29 23:27:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-29 23:27:10 +0100 |
| commit | da360487fc8764f8591e73a8682e01b90fb9c5ab (patch) | |
| tree | 7da042d6a001d90c14696e97d0d2834cb0fb0cea /src/tools/wscript | |
| parent | ce3f0bbb6afc383e1d207ce3c6153a87b314c50d (diff) | |
Fix to windows build.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index f36f0abef..ee4e7edef 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -20,7 +20,7 @@ def build(bld): obj.use = ['libdvdomatic', 'libdvdomatic-wx'] obj.source = '%s.cc' % t if bld.env.TARGET_WINDOWS: - obj.source += ' ../../windows/dvdomatic.rc' + obj.source += ' ../../platform/windows/dvdomatic.rc' obj.target = t i18n.po_to_mo(os.path.join('src', 'tools'), 'dvdomatic', bld) |
