diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 23:50:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-19 22:07:00 +0200 |
| commit | ca96abfcfcbc718dcc6a3d4369e80dd0c59eccb7 (patch) | |
| tree | 4b2df537050aa558a8765458b43326d4f366080d /platform | |
| parent | c47eefbd3eb65215852fa534ff7c16db914c35e5 (diff) | |
Allow saving of verification reports as PDF (#1823).
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 | ||||
| -rw-r--r-- | platform/windows/wscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 79232dd31..d85992349 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -222,6 +222,7 @@ function copy_libs { copy_lib_env libdav1d "$dest" copy_lib_env libsqlite "$dest" copy_lib_env libfmt "$dest" + copy_lib_env libhpdf "$dest" } # @param #1 directory to copy to diff --git a/platform/windows/wscript b/platform/windows/wscript index 990414722..5495eb765 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -198,6 +198,7 @@ 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 "%static_deps%/bin/libhpdf.dll" """, file=f) if bits == 32: |
