diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-25 21:05:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-25 21:05:20 +0100 |
| commit | 529a421e24378b699e1ae32ce8b06bf2170cab06 (patch) | |
| tree | 1d8805ac551e8f60fcbcb0d64c3e9cc7b7a910d9 | |
| parent | 4c8353fcfa5e116ed784e6999dd79d2b94c7305e (diff) | |
Missing OS X dependency.
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 30a0f8e99..83ed47cdc 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -113,6 +113,7 @@ 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 libsamplerate "$WORK/$libs" +universal_copy_lib $ENV libicu "$WORK/$libs" relink=`echo $relink | sed -e "s/\+//g"` |
