diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-30 01:32:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-30 01:32:45 +0100 |
| commit | a828bb84771524ab30740e01d360d001e9a83e69 (patch) | |
| tree | 36c48c230d34b7bdd76373eb752cbe47cae8ab9e /platform | |
| parent | 111319696c3c3384e28e31ffe08015da815c48d5 (diff) | |
Add missing boost library to macOS .dmg.
Diffstat (limited to 'platform')
| -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 0de61bc68..91983438e 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -156,6 +156,7 @@ function copy_libs { copy_lib_root libleqm_nrt "$dest" copy $ROOT src/dcpomatic/build/src/lib/libdcpomatic2.dylib "$dest" copy $ROOT src/dcpomatic/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" |
