From 68db696b004b0cb3b2013419dc68af33ed60aea0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Dec 2019 09:38:46 +0100 Subject: [PATCH] Add missing library to OS X build. --- platform/osx/make_dmg.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2