From 70a969defb5c3ecb5bd0661633db5b5bb1f0530f Mon Sep 17 00:00:00 2001 From: Dillon Amburgey Date: Sun, 26 Feb 2017 03:07:19 -0500 Subject: [PATCH] Build on Illumos --- src/sb_util.h | 2 ++ 1 file changed, 2 insertions(+) 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