summaryrefslogtreecommitdiff
path: root/src/cd_ftgl.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/cd_ftgl.mak')
-rw-r--r--src/cd_ftgl.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cd_ftgl.mak b/src/cd_ftgl.mak
index 7252615..8bc27ac 100644
--- a/src/cd_ftgl.mak
+++ b/src/cd_ftgl.mak
@@ -65,6 +65,10 @@ ifneq ($(findstring cygw, $(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