From cd9cbc0881fe445a840775ef58f07a9ad434b1db Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 Jul 2019 16:34:49 +0200 Subject: [PATCH] (qb) Add HAVE_METAL, set it to 'no' for now --- qb/config.params.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index c89cd17b0d..8a3e2cbbbc 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -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