Build on Illumos

This commit is contained in:
Dillon Amburgey
2017-02-26 03:07:19 -05:00
parent 59d32c65c3
commit 70a969defb

View File

@ -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