Added $(GL_LIBS) to link line to get things linking ok under OSX.

This commit is contained in:
Robert Osfield
2005-04-26 18:55:51 +00:00
parent 63c81a3539
commit a47a6a4886

View File

@@ -119,7 +119,7 @@ CXXFILES =\
VertexProgram.cpp\
Viewport.cpp\
LIBS += -losg -losgIntrospection $(OTHER_LIBS)
LIBS += -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
OPTF = -O