godot/platform
PouleyKetchoupp 08b0fd4330 Set minimum osx version to 10.12 for OSXCross compilation
Fixes this compilation error:

In file included from thirdparty/vulkan/vk_mem_alloc.cpp:7:
thirdparty/vulkan/vk_mem_alloc.h:3691:18: error: 'shared_mutex' is unavailable: introduced in macOS 10.12
            std::shared_mutex m_Mutex;
                 ^
/home/[user]/sources/osxcross/target/bin/../SDK/MacOSX10.14.sdk/usr/include/c++/v1/shared_mutex:178:58: note: 'shared_mutex' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS _LIBCPP_AVAILABILITY_SHARED_MUTEX shared_mutex
2020-07-21 12:37:56 +02:00
..
android Merge pull request #40422 from amanj120/forward_port_bundle_pr_resources 2020-07-20 22:26:44 +02:00
iphone Add override keywords. 2020-07-10 13:56:54 +01:00
javascript Add override keywords. 2020-07-10 13:56:54 +01:00
linuxbsd Add error messages if Vulkan init failed, prevent Vulkan context freeing uninitialized device and instance. 2020-07-13 19:24:21 +03:00
osx Set minimum osx version to 10.12 for OSXCross compilation 2020-07-21 12:37:56 +02:00
server Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
uwp Fix cancel/OK button order on macOS 2020-07-10 15:10:11 -05:00
windows Merge pull request #40268 from DanielZTing/master 2020-07-15 09:21:04 +02:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00