summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-08 16:35:34 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-08 16:35:34 +0100
commit272ce54d159a53be22f592922913901cfc673097 (patch)
tree31afbc128e135c6a88851bce81cc4125524c56f7 /platform
parentfd0f8d0262c56bd7c2f438b51249185d86a2b12c (diff)
Add missing libsamplerate dylib to the .app.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 377ae6a4c..6791282ff 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -112,6 +112,7 @@ universal_copy_lib $ENV libpango "$WORK/$libs"
universal_copy_lib $ENV libcairo "$WORK/$libs"
universal_copy_lib $ENV libpixman "$WORK/$libs"
universal_copy_lib $ENV libharfbuzz "$WORK/$libs"
+universal_copy_lib $ENV libswresample "$WORK/$libs"
relink=`echo $relink | sed -e "s/\+//g"`