From 1aa5af9fb12c5d1a13f0ac5dd53a04803bacab39 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 1 Nov 2015 21:05:47 +0100 Subject: [PATCH] fix for compiling bgfx on older osx (nw) --- 3rdparty/bgfx/src/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/3rdparty/bgfx/src/config.h b/3rdparty/bgfx/src/config.h index a150861a269..cd055498096 100644 --- a/3rdparty/bgfx/src/config.h +++ b/3rdparty/bgfx/src/config.h @@ -44,7 +44,6 @@ # ifndef BGFX_CONFIG_RENDERER_METAL # define BGFX_CONFIG_RENDERER_METAL (0 \ || BX_PLATFORM_IOS \ - || BX_PLATFORM_OSX \ ? 1 : 0) # endif // BGFX_CONFIG_RENDERER_METAL