From 77384be44a1b70f4e7bd1f1e7f2f6ed770af8177 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 5 Oct 2018 13:12:29 +0100 Subject: [PATCH] Include the OSG .DDS loader plugin in Mac builds --- hudson_mac_package_release.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudson_mac_package_release.rb b/hudson_mac_package_release.rb index 03a7ff3..537eb91 100755 --- a/hudson_mac_package_release.rb +++ b/hudson_mac_package_release.rb @@ -5,7 +5,7 @@ require 'fileutils' #I know, no underscore is not ruby-like include FileUtils $osgLibs = ['osgFX', 'osgParticle', 'osg', 'osgGA', 'osgText', 'osgUtil', 'osgSim', 'osgViewer', 'osgDB'] -$osgPlugins = ['ac', 'osg', 'freetype', 'imageio', 'rgb', 'txf', 'mdl', '3ds'] +$osgPlugins = ['ac', 'osg', 'freetype', 'imageio', 'rgb', 'txf', 'mdl', '3ds', 'dds'] # from http://drawingablank.me/blog/ruby-boolean-typecasting.html class String