diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-24 20:17:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-24 20:17:39 +0200 |
| commit | ab945c7b5286373c71261063041f94ff6252a9d5 (patch) | |
| tree | 9acef32ecd5c5dda583efaa8fc4d039706113bb0 | |
| parent | 3dc465914c2853923535ab630457874c11b1db3e (diff) | |
Missing dylib for macOS.
| -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 5e44fc56d..e0fc54e29 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -124,6 +124,7 @@ function copy_libs { copy_lib_root libswresample "$dest" copy_lib_root liblwext4 "$dest" copy_lib_root libblockdev "$dest" + 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_system "$dest" |
