diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-09 02:02:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-09 02:02:09 +0100 |
| commit | c216512703f42ef4a8e43a03834b4e82aab18f9c (patch) | |
| tree | e44333b045757c98daa883bb2390070e2285b03b /platform | |
| parent | 0928940b6fd6affd7bba26496d1c852c85ec2786 (diff) | |
Fix missing DLL in Windows installer.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 2e76e519c..80382f73d 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -197,6 +197,7 @@ File "%static_deps%/bin/libbrotlicommon.dll" File "%static_deps%/bin/libfribidi-0.dll" File "%static_deps%/bin/libsharpyuv-0.dll" File "%static_deps%/bin/libsqlite3-0.dll" +File "%static_deps%/bin/libfmt.dll" """, file=f) if bits == 32: |
