]> git.mxchange.org Git - flightgear.git/commitdiff
Mac nightlies need the DDS plugin.
authorJames Turner <zakalawe@mac.com>
Wed, 28 Mar 2012 08:37:33 +0000 (09:37 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 28 Mar 2012 08:37:33 +0000 (09:37 +0100)
package/mac/build-mac-nightly-dmg.rb

index 6161599e7005c2ee47c3b68c07bb1f80fb85c51a..86506ca7f8de07794db93567e4d6ae317c2ed6dc 100755 (executable)
@@ -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"