summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-07 17:23:07 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-07 19:53:02 +0200
commit557692987d29d3b96660ebfdbf5a3fe0060385b6 (patch)
tree616ede54da6c1dc4598e3c857a4f2c71e596a8fb
parent44f044061a4a4dfc8f2ad50a118710815b596d1e (diff)
Windows build fix.v2.15.50
-rw-r--r--platform/windows/wscript9
1 files changed, 8 insertions, 1 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript
index 77f9bd0cc..4efe67ca1 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -153,7 +153,14 @@ File "%static_deps%/bin/libgpg-error-0.dll"
File "%static_deps%/bin/libpangoft2-1.0-0.dll"
File "%static_deps%/bin/libx264-155.dll"
File "%static_deps%/bin/libwebp-7.dll"
-File "%static_deps%/bin/libcrypto-1_1-x64.dll"
+ """, file=f)
+
+ if bits == 32:
+ print('File "%static_deps%/bin/libcrypto-1_1.dll"', file=f)
+ else:
+ print('File "%static_deps%/bin/libcrypto-1_1-x64.dll"', file=f)
+
+ print("""
File "%static_deps%/bin/libltdl-7.dll"
File "%static_deps%/bin/libdl.dll"
File "%cdist_deps%/bin/asdcp-carl.dll"