1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Add OS X as a platform.

This commit is contained in:
Aaron van Geffen
2015-11-04 18:57:13 +09:00
parent aa0ab945ce
commit 36f5d089df

View File

@@ -91,6 +91,9 @@ typedef utf16* utf16string;
#ifdef __linux__
#define OPENRCT2_PLATFORM "Linux"
#endif
#ifdef __APPLE__
#define OPENRCT2_PLATFORM "OS X"
#endif
#ifndef OPENRCT2_PLATFORM
#error Unknown platform!
#endif