Added -losgDB to fix OSX build

This commit is contained in:
Robert Osfield
2006-10-13 14:00:08 +00:00
parent ad9cf99109
commit 22b15d6473

View File

@@ -22,7 +22,7 @@ CXXFILES = \
DEF += -DOSGGA_LIBRARY
LIBS += -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgGA
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)