diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-09 21:10:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-09 21:10:58 +0100 |
| commit | b7cd23cc92140a0f5246c804ce0f1eaa7b3f9d6c (patch) | |
| tree | 5acb1f7b46b939ca119a3d23d80ba797568bf614 | |
| parent | b5a77af2453dc6073af7f5863413696b7b5d63d8 (diff) | |
Copy libfmt dylib into the macOS builds.
| -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 c2dcad8c8..7b9649410 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -221,6 +221,7 @@ function copy_libs { copy_lib_env libz "$dest" copy_lib_env libdav1d "$dest" copy_lib_env libsqlite "$dest" + copy_lib_env libfmt "$dest" } # @param #1 directory to copy to |
