Include the OSG .DDS loader plugin in Mac builds
This commit is contained in:
parent
7c5ad2405e
commit
77384be44a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'fileutils' #I know, no underscore is not ruby-like
|
|||
include FileUtils
|
||||
|
||||
$osgLibs = ['osgFX', 'osgParticle', 'osg', 'osgGA', 'osgText', 'osgUtil', 'osgSim', 'osgViewer', 'osgDB']
|
||||
$osgPlugins = ['ac', 'osg', 'freetype', 'imageio', 'rgb', 'txf', 'mdl', '3ds']
|
||||
$osgPlugins = ['ac', 'osg', 'freetype', 'imageio', 'rgb', 'txf', 'mdl', '3ds', 'dds']
|
||||
|
||||
# from http://drawingablank.me/blog/ruby-boolean-typecasting.html
|
||||
class String
|
||||
|
|
Loading…
Add table
Reference in a new issue