Fixes for OSX build from Stephan Huber.

This commit is contained in:
Robert Osfield
2002-11-25 16:13:57 +00:00
parent 12e922bc3c
commit cbbbee4c41
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ CXXFILES = \
DEF += -DOSGSIM_LIBRARY
LIBS += -losg $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losg -losgUtil $(GL_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgSim
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)