diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-03 15:57:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-03 15:57:37 +0100 |
| commit | 7781a4f858d34b06c5c3a31fa4b191808c4beebd (patch) | |
| tree | e72173ec0a9548a31d929fff9902350b918c2390 /platform/windows | |
| parent | f8c657442885ebca63eb606b82205c284bbb7a10 (diff) | |
More DLL fixes.
Diffstat (limited to 'platform/windows')
| -rw-r--r-- | platform/windows/wscript | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index e8bb672e5..9578e1f4f 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -149,16 +149,9 @@ File "%static_deps%/bin/libidn2-0.dll" 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: - print('File "%static_deps%/bin/libgpg-error6-0.dll"', file=f) - - print(""" +File "%static_deps%/bin/libgpg-error-0.dll" File "%static_deps%/bin/libpangoft2-1.0-0.dll" -File "%static_deps%/bin/libx264-152.dll" +File "%static_deps%/bin/libx264-155.dll" File "%cdist_deps%/bin/asdcp-carl.dll" File "%cdist_deps%/bin/kumu-carl.dll" |
