From: Carl Hetherington Date: Mon, 28 Dec 2020 17:04:24 +0000 (+0100) Subject: Copy some more .dylibs that are required by the updated osx-environment. X-Git-Tag: v2.15.113~4 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ca5b00c9ff49c0045b9078f4199141844d7cc01a Copy some more .dylibs that are required by the updated osx-environment. --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 9603c9564..a77fba239 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -214,6 +214,11 @@ function copy_libs { copy_lib_env libvorbis "$dest" copy_lib_env libogg "$dest" copy_lib_env libxerces-c "$dest" + copy_lib_env libcrypto "$dest" + copy_lib_env libssl "$dest" + copy_lib_env libfribidi "$dest" + copy_lib_env libgio "$dest" + copy_lib_env libz "$dest" } # @param #1 directory to copy to