diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-24 19:03:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-03 21:55:54 +0100 |
| commit | 725642ec297fad7de11a92b920e4f1c362d63e8f (patch) | |
| tree | b08946183f528a7d8b0ba322aad4f8a551f39ddb | |
| parent | fa3dcfb3b0008cbe92d65f139736f689bdefab1f (diff) | |
libcrypto has a new version in the updated mxe.
| -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 df48cc14d..426b9b7ae 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -163,9 +163,9 @@ File "%static_deps%/bin/libdav1d.dll" """, file=f) if bits == 32: - print('File "%static_deps%/bin/libcrypto-1_1.dll"', file=f) + print('File "%static_deps%/bin/libcrypto-3.dll"', file=f) else: - print('File "%static_deps%/bin/libcrypto-1_1-x64.dll"', file=f) + print('File "%static_deps%/bin/libcrypto-3-x64.dll"', file=f) print(""" File "%static_deps%/bin/libltdl-7.dll" |
