Copy some more .dylibs that are required by the updated osx-environment.
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Dec 2020 17:04:24 +0000 (18:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 Jan 2021 09:48:59 +0000 (10:48 +0100)
platform/osx/make_dmg.sh

index 9603c95641a047de9f339b74f8ff08f766ca783c..a77fba23901a667ee3cda31f7b92d194a2345020 100644 (file)
@@ -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 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
 }
 
 # @param #1 directory to copy to