diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-08 22:07:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-08 22:07:28 +0000 |
| commit | c77447ee2499f0ebc580758934b21ba54021b6af (patch) | |
| tree | 8c079110cd1a09dfe18cd2cce41ee9a4ad547ed7 /platform/windows/wscript | |
| parent | ed60d1051a1b85da4f4b7ac2240c46fbb8d6ca60 (diff) | |
.dll name change for MXE.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index a71e76f5b..c3f718eb8 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -143,7 +143,7 @@ File "%static_deps%/bin/icuin56.dll" File "%static_deps%/bin/liblzma-5.dll" File "%static_deps%/bin/libpcre-1.dll" File "%static_deps%/bin/libharfbuzz-0.dll" -File "%static_deps%/bin/libjasper-1.dll" +File "%static_deps%/bin/libjasper.dll" File "%static_deps%/bin/liblcms2-2.dll" File "%static_deps%/bin/libwinpthread-1.dll" File "%static_deps%/bin/libgnutls-30.dll" @@ -154,7 +154,7 @@ File "%static_deps%/bin/libunistring-2.dll" File "%static_deps%/bin/libssh2-1.dll" File "%static_deps%/bin/libgcrypt-20.dll" """, file=f) - + if bits == 32: print('File "%static_deps%/bin/libgpg-error-0.dll"', file=f) else: |
