Added $(GL_LIBS) to link line to get things linking ok under OSX.
This commit is contained in:
@@ -119,7 +119,7 @@ CXXFILES =\
|
||||
VertexProgram.cpp\
|
||||
Viewport.cpp\
|
||||
|
||||
LIBS += -losg -losgIntrospection $(OTHER_LIBS)
|
||||
LIBS += -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
|
||||
Reference in New Issue
Block a user