From: James Turner Date: Wed, 28 Mar 2012 08:37:33 +0000 (+0100) Subject: Mac nightlies need the DDS plugin. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d91bb28fea832cd7ac5b638091e833dbd77f4cf9;p=flightgear.git Mac nightlies need the DDS plugin. --- 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"