diff options
Diffstat (limited to 'src/im_fftw3.mak')
-rw-r--r-- | src/im_fftw3.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/im_fftw3.mak b/src/im_fftw3.mak index c33f394..d23376f 100644 --- a/src/im_fftw3.mak +++ b/src/im_fftw3.mak @@ -44,6 +44,7 @@ else DEFINES += HAVE_UINTPTR_T endif ifneq ($(findstring MacOS, $(TEC_UNAME)), ) + BUILD_DYLIB=Yes DEFINES += HAVE_UINTPTR_T endif ifneq ($(findstring FreeBSD, $(TEC_UNAME)), ) @@ -56,3 +57,8 @@ else DEFINES += IM_DEFMATHFLOAT endif endif + +ifneq ($(findstring MacOS, $(TEC_UNAME)), ) + BUILD_DYLIB=Yes +endif + |