1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

(qb) Add HAVE_METAL, set it to 'no' for now

This commit is contained in:
twinaphex 2019-07-20 16:34:49 +02:00
parent a0060182e3
commit cd9cbc0881

View File

@ -156,3 +156,5 @@ HAVE_GLSLANG=yes # glslang support (requires C++11)
C89_GLSLANG=no
HAVE_SPIRV_CROSS=yes # SPIRV-Cross support (requires C++11)
C89_SPIRV_CROSS=no
HAVE_METAL=no # Metal support (macOS-only)
C89_METAL=no