]> git.mxchange.org Git - flightgear.git/commitdiff
Include some missed osg plugins, thanks Fred.
authorJames Turner <zakalawe@mac.com>
Tue, 9 Nov 2010 19:09:05 +0000 (19:09 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 9 Nov 2010 19:09:05 +0000 (19:09 +0000)
package/mac/build-mac-nightly-dmg.rb

index 04fb5568fca995f531e020eab9a907407d0eb5c8..e3517ef129210de08e20de394ce6294e79c727b8 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']
+$osgPlugins = ['ac', 'osg', 'freetype', 'qt', 'imageio', 'rgb', 'txf', 'mdl', '3ds']
 
 def runOsgVersion(option)
   env = "export DYLD_LIBRARY_PATH=#{Dir.pwd}/dist/lib"