Skip to content

Commit

Permalink
Merge pull request akopytov#115 from dillona/master
Browse files Browse the repository at this point in the history
Build on Illumos
  • Loading branch information
akopytov authored Feb 26, 2017
2 parents 59d32c6 + 70a969d commit a50aee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sb_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a50aee8

Please sign in to comment.