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 6f63fa7..77f62f6 100644
--- a/src/cdgl.mak
+++ b/src/cdgl.mak
@@ -37,3 +37,7 @@ ifneq ($(findstring MacOS, $(TEC_UNAME)), )
BUILD_DYLIB=Yes
endif
endif
+
+ifneq ($(findstring cygw, $(TEC_UNAME)), )
+ LIBS += iconv fontconfig
+endif