From eb44e536d6c9356e9df0f1814c16b1327c210cd5 Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 7 Sep 2007 14:50:58 +0000 Subject: [PATCH] OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski --- src/EDL/EDL_Library.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/EDL/EDL_Library.cxx b/src/EDL/EDL_Library.cxx index 6461d34..13d13c2 100755 --- a/src/EDL/EDL_Library.cxx +++ b/src/EDL/EDL_Library.cxx @@ -13,6 +13,9 @@ # define HEADWORD "lib" # ifdef __hpux # define TAILWORD ".sl" +# elif defined(__APPLE__) +# define TAILWORD ".dylib" +# define TAILLEN 6 # else # define TAILWORD ".so" # endif -- 2.39.5