diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-25 19:48:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-03 21:34:04 +0100 |
| commit | 457e3cf9a9d894e20494d43da21916b84e548e1b (patch) | |
| tree | 40b574d4df05edd8333fac84c31ecdd3c2bdd35c /platform | |
| parent | a8156cb37d0e9aae7880f6a2bac54c1160276093 (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 fceae22bc..4087d9bca 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" |
