From a47a6a4886aab9efc97180a5b471867443bf3f2e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 26 Apr 2005 18:55:51 +0000 Subject: [PATCH] Added $(GL_LIBS) to link line to get things linking ok under OSX. --- src/osgWrappers/osg/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgWrappers/osg/GNUmakefile b/src/osgWrappers/osg/GNUmakefile index 48214b5bb..758ae071a 100644 --- a/src/osgWrappers/osg/GNUmakefile +++ b/src/osgWrappers/osg/GNUmakefile @@ -119,7 +119,7 @@ CXXFILES =\ VertexProgram.cpp\ Viewport.cpp\ -LIBS += -losg -losgIntrospection $(OTHER_LIBS) +LIBS += -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS) OPTF = -O