diff --git a/src/sb_util.h b/src/sb_util.h index 238b1f0..e40e2e2 100644 --- a/src/sb_util.h +++ b/src/sb_util.h @@ -50,6 +50,8 @@ # define DLEXT ".so" #elif defined(__MACH__) # define DLEXT ".dylib" +#elif defined(__sun) +# define DLEXT ".so" #else # error Cannot detect the dynamic library suffix for this platform #endif