summaryrefslogtreecommitdiff
path: root/src/cdgl.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdgl.mak')
-rw-r--r--src/cdgl.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cdgl.mak b/src/cdgl.mak
index 77f62f6..f59fd70 100644
--- a/src/cdgl.mak
+++ b/src/cdgl.mak
@@ -33,6 +33,10 @@ ifneq ($(findstring SunOS, $(TEC_UNAME)), )
endif
ifneq ($(findstring MacOS, $(TEC_UNAME)), )
+ ifdef USE_MACOS_OPENGL
+ LFLAGS = -framework OpenGL
+ USE_OPENGL :=
+ endif
ifneq ($(TEC_SYSMINOR), 4)
BUILD_DYLIB=Yes
endif