summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-10-14 07:46:42 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-10-14 07:47:37 -0400
commit73c4665039004dfce0c0f0df19fd5873e0f68e77 (patch)
tree97007f1d2e1eba4f6298cce1227ded5fca12dd24 /3rdparty
parent0cd3ea1d192ad4ec868ddc0a0f677dfc04277c77 (diff)
Fix BGFX build on older OS X systems (nw)
The Vulkan renderer has to be disabled on Yosemite and older because its backend depends on Metal.
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/bgfx/src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/config.h b/3rdparty/bgfx/src/config.h
index dbf746e638d..8e3f53f954c 100644
--- a/3rdparty/bgfx/src/config.h
+++ b/3rdparty/bgfx/src/config.h
@@ -97,7 +97,7 @@
|| BX_PLATFORM_LINUX \
|| BX_PLATFORM_WINDOWS \
|| BX_PLATFORM_NX \
- || BX_PLATFORM_OSX \
+ || (BX_PLATFORM_OSX >= 101100) \
? 1 : 0)
# endif // BGFX_CONFIG_RENDERER_VULKAN