summaryrefslogtreecommitdiff
path: root/src/os/macosx/osx_stdafx.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2020-04-10 14:13:56 +0200
committerMichael Lutz <michi@icosahedron.de>2020-04-12 18:44:43 +0200
commit9d7ad67c1d0577a091c09eb7e0ac2b1b7bc12d3a (patch)
treedbefb1af91b9a2b49ca4837f52f8d35e8b64d8bf /src/os/macosx/osx_stdafx.h
parente90d065f11c22f17744e08877bc6b47dc81a5f90 (diff)
downloadopenttd-9d7ad67c1d0577a091c09eb7e0ac2b1b7bc12d3a.tar.xz
Codechange: [OSX] Allow compiling with SDK version pre 10.9.
Diffstat (limited to 'src/os/macosx/osx_stdafx.h')
-rw-r--r--src/os/macosx/osx_stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h
index 476362ccc..d90a19c5f 100644
--- a/src/os/macosx/osx_stdafx.h
+++ b/src/os/macosx/osx_stdafx.h
@@ -18,6 +18,10 @@
#define HAVE_OSX_107_SDK
#endif
+#ifdef MAC_OS_X_VERSION_10_9
+#define HAVE_OSX_109_SDK
+#endif
+
#ifdef MAC_OS_X_VERSION_10_11
#define HAVE_OSX_1011_SDK
#endif