From f98c177b28e86c420ea45f039940c38ca8030d08 Mon Sep 17 00:00:00 2001 From: scuri Date: Sat, 26 Jun 2010 17:42:07 +0000 Subject: *** empty log message *** --- src/config.mak | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/config.mak') diff --git a/src/config.mak b/src/config.mak index 855ad60..467f4f5 100644 --- a/src/config.mak +++ b/src/config.mak @@ -100,7 +100,9 @@ ifneq ($(findstring dll, $(TEC_UNAME)), ) endif ifneq ($(findstring MacOS, $(TEC_UNAME)), ) - BUILD_DYLIB=Yes + ifneq ($(TEC_SYSMINOR), 4) + BUILD_DYLIB=Yes + endif endif LDIR = ../lib/$(TEC_UNAME) -- cgit v1.2.3