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/osx | |
| parent | c47eefbd3eb65215852fa534ff7c16db914c35e5 (diff) | |
Allow saving of verification reports as PDF (#1823).
Diffstat (limited to 'platform/osx')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 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 |
