diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-14 16:28:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-14 16:28:19 +0000 |
| commit | 2a5e4cc82b99dc08512b71785366bd636761d0d4 (patch) | |
| tree | 0c758045940234984b3843992c137698abc4194e | |
| parent | 78324ea83f2d57721d276229fe9807477e22e6ae (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 64e186603..e0ff91e6b 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -78,6 +78,7 @@ universal_copy_lib $ENV libboost_system "$WORK/$libs" universal_copy_lib $ENV libboost_filesystem "$WORK/$libs" universal_copy_lib $ENV libboost_thread "$WORK/$libs" universal_copy_lib $ENV libboost_date_time "$WORK/$libs" +universal_copy_lib $ENV libboost_locale "$WORK/$libs" universal_copy_lib $ENV libxml++ "$WORK/$libs" universal_copy_lib $ENV libxslt "$WORK/$libs" universal_copy_lib $ENV libxml2 "$WORK/$libs" |
