diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-09 20:24:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-09 20:24:39 +0100 |
| commit | 96593896faf5c24189961cb58cebd3beedb2ad5f (patch) | |
| tree | 667c0901fa0b8ab0d3c893997f009aa03ca09094 | |
| parent | 5e1a01c7f66c1023d7083a6f4858957bb0284feb (diff) | |
Another missing dep.
| -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 1f5bf3365..78c3bb819 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -106,6 +106,7 @@ universal_copy_lib $ENV libiconv "$WORK/$libs" 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" relink=`echo $relink | sed -e "s/\+//g"` |
