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 0e98f1c3781..f52e8ea3874 100644
--- a/3rdparty/genie/src/host/premake.h
+++ b/3rdparty/genie/src/host/premake.h
@@ -24,6 +24,9 @@
#elif defined(__APPLE__) && defined(__MACH__)
#define PLATFORM_MACOSX (1)
#define PLATFORM_STRING "macosx"
+#elif defined(__OS2__)
+#define PLATFORM_OS2 (1)
+#define PLATFORM_STRING "os2"
#else
#define PLATFORM_WINDOWS (1)
#define PLATFORM_STRING "windows"