summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-05-08 14:30:06 +0200
committerCarl Hetherington <cth@carlh.net>2026-05-08 14:30:06 +0200
commitd47b890dce5cf9fc6437cd0158ea2c3f0f8dc686 (patch)
tree51eaea27bb4e0610d048362b83b0910ef13c9918
parent6f25d2a23ea2bc891c75a95389ed41ee17332880 (diff)
Apparently we still need the boot atomic library.HEADmain
-rw-r--r--platform/osx/make_dmg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index fb20ad864..5509af505 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -172,6 +172,7 @@ function copy_libs {
copy_lib_root libleqm_nrt "$dest"
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"