summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/host/premake.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/src/host/premake.h')
-rw-r--r--3rdparty/genie/src/host/premake.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/genie/src/host/premake.h b/3rdparty/genie/src/host/premake.h
index 5f7ee2ca4d6..0e98f1c3781 100644
--- a/3rdparty/genie/src/host/premake.h
+++ b/3rdparty/genie/src/host/premake.h
@@ -18,6 +18,9 @@
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#define PLATFORM_BSD (1)
#define PLATFORM_STRING "bsd"
+#elif defined(__sun__) || defined(__svr4__)
+#define PLATFORM_SOLARIS (1)
+#define PLATFORM_STRING "solaris"
#elif defined(__APPLE__) && defined(__MACH__)
#define PLATFORM_MACOSX (1)
#define PLATFORM_STRING "macosx"