From 4173095f0b817400f69a8309c5d1cbc71cf19432 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 10 Mar 2007 17:29:32 +0000 Subject: [PATCH] From Bob Kuehne, fix for AGL build of osgViewer --- src/osgViewer/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgViewer/GNUmakefile b/src/osgViewer/GNUmakefile index d91a458b7..99328486d 100644 --- a/src/osgViewer/GNUmakefile +++ b/src/osgViewer/GNUmakefile @@ -16,6 +16,7 @@ CXXFILES = \ ifeq ($(OS),Darwin) ifeq ($(USE_AGL),yes) CXXFILES += GraphicsWindowCarbon.cpp + LIBS += -framework AGL else ifeq ($(USE_CGL),yes) CXXFILES += GraphicsWindowCarbon.cpp