summaryrefslogtreecommitdiff
path: root/platform/windows
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-24 19:03:40 +0100
committerCarl Hetherington <cth@carlh.net>2022-02-25 14:55:24 +0100
commit658916e83996770d9f9bf284c624fb35b24022a2 (patch)
tree39ab30b135661bf1167f89da8e57b32a36251566 /platform/windows
parent7de1b07258b7799ed7eb9782c67ba961654bf04a (diff)
libcrypto has a new version in the updated mxe.
Diffstat (limited to 'platform/windows')
-rw-r--r--platform/windows/wscript4
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"