From d91bb28fea832cd7ac5b638091e833dbd77f4cf9 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 28 Mar 2012 09:37:33 +0100 Subject: [PATCH] Mac nightlies need the DDS plugin. --- package/mac/build-mac-nightly-dmg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mac/build-mac-nightly-dmg.rb b/package/mac/build-mac-nightly-dmg.rb index 6161599e7..86506ca7f 100755 --- a/package/mac/build-mac-nightly-dmg.rb +++ b/package/mac/build-mac-nightly-dmg.rb @@ -3,7 +3,7 @@ require 'ERB' $osgLibs = ['osgFX', 'osgParticle', 'osg', 'osgGA', 'osgText', 'osgUtil', 'osgSim', 'osgViewer', 'osgDB'] -$osgPlugins = ['ac', 'osg', 'freetype', 'qt', 'imageio', 'rgb', 'txf', 'mdl', '3ds'] +$osgPlugins = ['ac', 'osg', 'freetype', 'qt', 'imageio', 'rgb', 'txf', 'mdl', '3ds', 'dds'] def runOsgVersion(option) env = "export DYLD_LIBRARY_PATH=#{Dir.pwd}/dist/lib" -- 2.39.2