Merge pull request #115 from dillona/master

Build on Illumos
This commit is contained in:
Alexey Kopytov
2017-02-26 13:01:01 +04:00
committed by GitHub

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