diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-22 01:03:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-22 01:03:16 +0100 |
| commit | 93918888f9844de52b03385911791d37ccb53a3d (patch) | |
| tree | 5584934e75cc9b30a9b629c2504a426ad413cd9c /platform/windows/wscript | |
| parent | c2ea189fb67682cc30e2e2c7d0b9973890b0661e (diff) | |
Try to fix install path with previous.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index c265b6ccc..82ee5ac12 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -124,7 +124,7 @@ File "%cdist_deps%/bin/ffprobe.exe" File "%binaries%/src/wx/dcpomatic2-wx.dll" File "%binaries%/src/lib/dcpomatic2.dll" -SetOutPath "$INSTDIR\\lib" +SetOutPath "$INSTDIR\\lib\\pango\\1.8.0\\modules" 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" |
