diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-25 19:48:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-25 12:55:25 +0200 |
| commit | 657f0135cf33c5cb2c47f8ea47d603566b0efa4e (patch) | |
| tree | e18594172db12b5b551292fc9bf3f693d0046877 | |
| parent | 390d8099da65a6254c3100a4d2a19a1ae44941e9 (diff) | |
Fix macOS package.
| -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 5509af505..61acf9441 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" |
