From a3d1e8dd0defa9ac8c885448372ef1bdb7eb2de0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 6 Oct 2003 10:03:39 +0000 Subject: [PATCH] Added -losgGL2 to link line for OSX. --- examples/osgfxbrowser/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgfxbrowser/GNUmakefile b/examples/osgfxbrowser/GNUmakefile index 2c641fc50..145217518 100644 --- a/examples/osgfxbrowser/GNUmakefile +++ b/examples/osgfxbrowser/GNUmakefile @@ -5,7 +5,7 @@ CXXFILES =\ osgfxbrowser.cpp\ Frame.cpp\ -LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg -losgFX $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg -losgGL2 -losgFX $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\