From f8118272f4c28759c9a34e476d66472284e77ccb Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 22 Feb 2019 18:37:49 +0100 Subject: [PATCH] Package FreeType plugin for OSG in Windows Fixes #4872 --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 4a114490c6..77220cbb72 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -609,7 +609,7 @@ printf "OSG 3.4.1-scrawl... " fi add_runtime_dlls "$(pwd)/OSG/bin/"{OpenThreads,zlib,libpng*}${SUFFIX}.dll \ "$(pwd)/OSG/bin/osg"{,Animation,DB,FX,GA,Particle,Text,Util,Viewer,Shadow}${SUFFIX}.dll - add_osg_dlls "$(pwd)/OSG/bin/osgPlugins-3.4.1/osgdb_"{bmp,dds,jpeg,osg,png,tga}${SUFFIX}.dll + add_osg_dlls "$(pwd)/OSG/bin/osgPlugins-3.4.1/osgdb_"{bmp,dds,freetype,jpeg,osg,png,tga}${SUFFIX}.dll add_osg_dlls "$(pwd)/OSG/bin/osgPlugins-3.4.1/osgdb_serializers_osg"{,animation,fx,ga,particle,text,util,viewer,shadow}${SUFFIX}.dll echo Done. }