summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-23 23:59:06 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-23 23:59:06 +0200
commitf83e23c59f4684fae3453e13bcc569ee94aa2a9e (patch)
tree2437d9d06a3a1bef14cf244c405b557143208c10
parent572eef26de36d3a9a29e5ed550e64b4f0d2ec735 (diff)
Missing Windows DLL.
-rw-r--r--platform/windows/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript
index 4efe67ca1..ad330ab02 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -163,6 +163,7 @@ File "%static_deps%/bin/libwebp-7.dll"
print("""
File "%static_deps%/bin/libltdl-7.dll"
File "%static_deps%/bin/libdl.dll"
+File "%cdist_deps%/bin/leqm_nrt.dll"
File "%cdist_deps%/bin/asdcp-carl.dll"
File "%cdist_deps%/bin/kumu-carl.dll"
""", file=f)