diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-30 02:21:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-30 02:21:33 +0100 |
| commit | dce3e019e9a94f512b969872560099927ad762d2 (patch) | |
| tree | d26bb3f6e9ae0d4326ac39ab5a8d3d19ffd90825 | |
| parent | 0d517c0cd823e747e3ba1a41dcc59dfae4ed2e0d (diff) | |
Missing library.
| -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 9cf7febd3..f2023d6c5 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -219,6 +219,7 @@ function copy_libs { copy_lib_env libcrypto "$dest" copy_lib_env libssl "$dest" copy_lib_env libfribidi "$dest" + copy_lib_env libgio "$dest" } # @param #1 directory to copy to |
