diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-09 19:14:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-09 19:14:25 +0100 |
| commit | 5e1a01c7f66c1023d7083a6f4858957bb0284feb (patch) | |
| tree | 909bc275c31788f948f3e2171dd7f56515824782 | |
| parent | 4032a3f787a7e27f2c1c7b91885d662b512ea636 (diff) | |
Missing OS X 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 a14f3cf8c..1f5bf3365 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -105,6 +105,7 @@ universal_copy_lib $ENV libffi "$WORK/$libs" 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" relink=`echo $relink | sed -e "s/\+//g"` |
