Copy font config for Mac binary build. The same should be done for Windows

master
Marius Kintel 2014-08-28 00:42:53 -04:00
parent 44fa788a34
commit 2edfed69b3
1 changed files with 5 additions and 0 deletions

View File

@ -352,6 +352,11 @@ if [ -n $FONTDIR ]; then
echo $FONTDIR
mkdir -p $FONTDIR
cp -a fonts/* $FONTDIR
case $OS in
MACOSX)
cp -a fonts-osx/* $FONTDIR
;;
esac
fi
if [ -n $LIBRARYDIR ]; then
echo $LIBRARYDIR