diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-04 02:04:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-04 02:04:04 +0000 |
| commit | 5eb458cb1e7cc8db26c87ac7c4f640b1f54be1d9 (patch) | |
| tree | dd9030f1f0095365bf31cbcbf20141db00230d9f | |
| parent | 1a02b3b3e2e3ffc534c149b4f7600108ed168e24 (diff) | |
Trying to use static libzip on OS X.
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index fcbc94ed7..ab430de82 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -89,7 +89,6 @@ function copy_libs { universal_copy_lib $ENV libexpat "$dest" universal_copy_lib $ENV libltdl "$dest" universal_copy_lib $ENV libxmlsec1 "$dest" - universal_copy_lib $ENV libzip "$dest" universal_copy_lib $ENV libcurl "$dest" universal_copy_lib $ENV libffi "$dest" universal_copy_lib $ENV libpango "$dest" |
