diff options
Diffstat (limited to 'tools/gfx/render.cpp')
| -rw-r--r-- | tools/gfx/render.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/render.cpp b/tools/gfx/render.cpp index aad544eb4..6dd0c90dd 100644 --- a/tools/gfx/render.cpp +++ b/tools/gfx/render.cpp @@ -324,7 +324,7 @@ extern "C" return SLANG_FAIL; } break; -#elif SLANG_LINUX_FAMILY && !defined(__CYGWIN__) +#elif (SLANG_LINUX_FAMILY || SLANG_APPLE_FAMILY) && !defined(__CYGWIN__) case DeviceType::Default: case DeviceType::Vulkan: { |
