From: Carl Hetherington Date: Tue, 17 Dec 2019 08:38:46 +0000 (+0100) Subject: Add missing library to OS X build. X-Git-Tag: v2.15.39 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=68db696b004b0cb3b2013419dc68af33ed60aea0 Add missing library to OS X build. --- 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