diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-09 00:16:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-09 00:16:01 +0100 |
| commit | fd3ce3bf3b35612952cfbdaab0bfa3aa0542d0c8 (patch) | |
| tree | 5dd9db514665480decb639ac0bed7ec60532078a | |
| parent | 9a3613d9a68440db5cb648ac3ee05a0ef53a8811 (diff) | |
Properly fix OS X libsamplerate
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2015-09-09 Carl Hetherington <cth@carlh.net> + + * Actually fix missing libsamplerate + dylib for OS X. + 2015-09-08 Carl Hetherington <cth@carlh.net> * Version 2.1.57 released. diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 6791282ff..cbc703c36 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -112,7 +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" +universal_copy_lib $ENV libsamplerate "$WORK/$libs" relink=`echo $relink | sed -e "s/\+//g"` |
