diff options
author | scuri <scuri> | 2011-05-26 18:53:05 +0000 |
---|---|---|
committer | scuri <scuri> | 2011-05-26 18:53:05 +0000 |
commit | 1756530149a0a0bc2611b5ed75c3d42f85adce51 (patch) | |
tree | b2789af66890218c6dda7b187abf7200e00ff178 /src/imlua3.mak | |
parent | 537bff716a763f18801601cf6e1095269b33b3c9 (diff) |
*** empty log message ***
Diffstat (limited to 'src/imlua3.mak')
-rw-r--r-- | src/imlua3.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/imlua3.mak b/src/imlua3.mak index aac7b00..2515aea 100644 --- a/src/imlua3.mak +++ b/src/imlua3.mak @@ -10,3 +10,9 @@ INCLUDES = $(CD)/include USE_IM = Yes IM = .. + +ifneq ($(findstring MacOS, $(TEC_UNAME)), ) + ifneq ($(TEC_SYSMINOR), 4) + BUILD_DYLIB=Yes + endif +endif |