From Bob Kuehne, fix for AGL build of osgViewer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user