Added GL_LIBS to the osgText/Makefile for OSX build.
Fixed typo in IntersectVisitor. Fixed warnings in osgimpsotor demo.
This commit is contained in:
@@ -27,7 +27,7 @@ CXXFILES =\
|
||||
|
||||
|
||||
|
||||
LIBS += $(OSG_LIBS) $(FREETYPE_LIB) $(OTHER_LIBS)
|
||||
LIBS += $(OSG_LIBS) $(GL_LIBS) $(FREETYPE_LIB) $(OTHER_LIBS)
|
||||
|
||||
DEF += -DOSGTEXT_LIBRARY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user