From d6dfecc927af06a45a8ede440853b7e9dfee6188 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 9 Nov 2010 19:09:05 +0000 Subject: [PATCH] Include some missed osg plugins, thanks Fred. --- 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 04fb5568f..e3517ef12 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'] +$osgPlugins = ['ac', 'osg', 'freetype', 'qt', 'imageio', 'rgb', 'txf', 'mdl', '3ds'] def runOsgVersion(option) env = "export DYLD_LIBRARY_PATH=#{Dir.pwd}/dist/lib"