Mercurial > hg > tony
diff deploy/osx/deploy.sh @ 558:77754355b37a
macOS build fixes
author | Chris Cannam |
---|---|
date | Mon, 18 Feb 2019 10:35:39 +0000 |
parents | 2fcc15ca574a |
children | dd344309667f |
line wrap: on
line diff
--- a/deploy/osx/deploy.sh Mon Feb 18 10:29:36 2019 +0000 +++ b/deploy/osx/deploy.sh Mon Feb 18 10:35:39 2019 +0000 @@ -44,7 +44,8 @@ echo "Copying in plugins from pyin/pyin.dylib and chp/chp.dylib." echo "(make sure they're present, up-to-date and compiled with optimisation!)" -cp pyin/pyin.dylib chp/chp.dylib "$source/Contents/Resources/" +cp libpyin.dylib "$source/Contents/Resources/pyin.dylib" +cp libchp.dylib "$source/Contents/Resources/chp.dylib" echo echo "Copying in frameworks and plugins from Qt installation directory."