diff options
| author | 2015-11-01 21:05:47 +0100 | |
|---|---|---|
| committer | 2015-11-01 21:05:47 +0100 | |
| commit | 1aa5af9fb12c5d1a13f0ac5dd53a04803bacab39 (patch) | |
| tree | 9f4b167639b4a8296a09afdcfae5a9c0ab3303df /3rdparty/bgfx | |
| parent | 5664971d3bf57ad7e1a7a3138f788f714c0d7d74 (diff) | |
fix for compiling bgfx on older osx (nw)
Diffstat (limited to '3rdparty/bgfx')
| -rw-r--r-- | 3rdparty/bgfx/src/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
