diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-15 00:44:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-15 00:44:18 +0100 |
| commit | 78e7acd34725067d1e47e3f8676127934ee04b0f (patch) | |
| tree | d93055ef3eeaa322c58678cf89250dc92e060c78 | |
| parent | ba8c02f1cab02fbe3cde4c6abdd95e878318e599 (diff) | |
Remove references to libicule* and libiculx* which seem no longer to exist.v2.15.135
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index d776baa2a..626e746bc 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -127,8 +127,6 @@ function copy_libs { copy_lib_env libicui18n "$dest" copy_lib_env libicudata "$dest" copy_lib_env libicuio "$dest" - copy_lib_env libicule "$dest" - copy_lib_env libiculx "$dest" copy_lib_env libicutest "$dest" copy_lib_env libicutu "$dest" copy_lib_env libicuuc "$dest" |
