diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-22 00:07:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-22 00:07:57 +0100 |
| commit | d12c5ae84e50a3583bb8384c42a2a74db94dd996 (patch) | |
| tree | 39c0134dd5e9876e1e33d25e9f04fae95e72b3e1 /platform/windows/wscript | |
| parent | cfcb2aa619498187509481527ba55f7715fd81e8 (diff) | |
Typo in previous.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 6d2c59410..c09a714ec 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -125,9 +125,9 @@ File "%binaries%/src/wx/dcpomatic2-wx.dll" File "%binaries%/src/lib/dcpomatic2.dll" SetOutPath "$INSTDIR\\lib" -File "%static_deps/lib/pango/1.8.0/modules/pango-arabic-lang.dll" -File "%static_deps/lib/pango/1.8.0/modules/pango-basic-win32.dll" -File "%static_deps/lib/pango/1.8.0/modules/pango-indic-lang.dll" +File "%static_deps%/lib/pango/1.8.0/modules/pango-arabic-lang.dll" +File "%static_deps%/lib/pango/1.8.0/modules/pango-basic-win32.dll" +File "%static_deps%/lib/pango/1.8.0/modules/pango-indic-lang.dll" SetOutPath "$INSTDIR\\bin" # I don't know why, but sometimes it seems that |
