diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-07 17:58:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-07 17:58:13 +0000 |
| commit | 5bacd4cb31ca3d7400cd8fcf893cc2716a985f13 (patch) | |
| tree | 5ec2abb7e38ffdb88365bc10229405571ad70954 | |
| parent | 0e861bf55a2a44cb781395cd41d720bbe40879f2 (diff) | |
Try to fix OS X by adjusting new libs.
| -rw-r--r-- | platform/osx/make_dmg.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index e9c5b88fb..a021d315b 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -151,6 +151,9 @@ universal_copy_lib $ENV libiculx "$WORK/$libs" universal_copy_lib $ENV libicutest "$WORK/$libs" universal_copy_lib $ENV libicutu "$WORK/$libs" universal_copy_lib $ENV libicuuc "$WORK/$libs" +universal_copy_lib $ENV libFLAC "$WORK/$libs" +universal_copy_lib $ENV libvorbis "$WORK/$libs" +universal_copy_lib $ENV libogg "$WORK/$libs" relink=`echo $relink | sed -e "s/\+//g"` |
