diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-25 19:48:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:17 +0100 |
| commit | d4786b052d62d423d8d70d0fdc186a2b4832edda (patch) | |
| tree | 6e6516c6f1955af7fa14e7644499f1a6e7e665a5 /platform | |
| parent | 86c169fa6cc97f2e627e281b9cd75429f4eeb670 (diff) | |
Fix macOS package.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 585f4f546..1fc20cf16 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -165,7 +165,6 @@ function copy_libs { copy_lib_root libavutil "$dest" copy_lib_root libavcodec "$dest" copy_lib_root libswscale "$dest" - copy_lib_root libpostproc "$dest" copy_lib_root libswresample "$dest" copy_lib_root liblwext4 "$dest" copy_lib_root libblockdev "$dest" @@ -173,12 +172,17 @@ function copy_libs { copy $ROOT src/$SOURCE_NAME/build/src/lib/libdcpomatic2.dylib "$dest" copy $ROOT src/$SOURCE_NAME/build/src/wx/libdcpomatic2-wx.dylib "$dest" copy_lib_env libboost_atomic "$dest" - copy_lib_env libboost_system "$dest" - copy_lib_env libboost_filesystem "$dest" - copy_lib_env libboost_thread "$dest" + copy_lib_env libboost_charconv "$dest" + copy_lib_env libboost_chrono "$dest" + copy_lib_env libboost_container "$dest" + copy_lib_env libboost_context "$dest" copy_lib_env libboost_date_time "$dest" + copy_lib_env libboost_filesystem "$dest" + copy_lib_env libboost_local "$dest" copy_lib_env libboost_locale "$dest" + copy_lib_env libboost_process "$dest" copy_lib_env libboost_regex "$dest" + copy_lib_env libboost_thread "$dest" copy_lib_env libxml++ "$dest" copy_lib_env libxslt "$dest" copy_lib_env libxml2 "$dest" |
