diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-17 09:38:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-17 09:38:46 +0100 |
| commit | 68db696b004b0cb3b2013419dc68af33ed60aea0 (patch) | |
| tree | 269a2535259f499168418e946fc663b5cd9d5f6a | |
| parent | b843703d61a386c7300359f07fc3128c11e3eb18 (diff) | |
Add missing library to OS X build.v2.15.39
| -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 13ea93061..fa9240050 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -166,6 +166,7 @@ function copy_libs { copy_lib_env libFLAC "$dest" copy_lib_env libvorbis "$dest" copy_lib_env libogg "$dest" + copy_lib_env libxerces-c "$dest" } # @param #1 directory to copy to |
