summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-28 18:04:24 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-04 10:48:59 +0100
commitca5b00c9ff49c0045b9078f4199141844d7cc01a (patch)
treee56a933145af35d265b99a9af20a721af75af44d
parentc39b290f02f49b68a3eb928fe1109cc7f6bf59eb (diff)
Copy some more .dylibs that are required by the updated osx-environment.
-rw-r--r--platform/osx/make_dmg.sh5
1 files changed, 5 insertions, 0 deletions
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