summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cd_freetype.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cd_freetype.mak b/src/cd_freetype.mak
index d5c7932..96b657c 100644
--- a/src/cd_freetype.mak
+++ b/src/cd_freetype.mak
@@ -33,6 +33,10 @@ ifneq ($(findstring gcc, $(TEC_UNAME)), )
LIBNAME = freetype
endif
+ifneq ($(findstring cygw, $(TEC_UNAME)), )
+ LIBNAME = freetype-6
+endif
+
ifneq ($(findstring bc5, $(TEC_UNAME)), )
FLAGS = -w-8004
endif