summaryrefslogtreecommitdiff
path: root/src/cdpdf.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdpdf.mak')
-rw-r--r--src/cdpdf.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cdpdf.mak b/src/cdpdf.mak
index f4e5b40..d06d207 100644
--- a/src/cdpdf.mak
+++ b/src/cdpdf.mak
@@ -10,3 +10,7 @@ LIBS = pdflib
USE_CD = YES
CD = ..
+
+ifneq ($(findstring MacOS, $(TEC_UNAME)), )
+ BUILD_DYLIB=Yes
+endif