Disable spvremapper from glslang by default, we don't use it.

May partially help #14351
This commit is contained in:
Henrik Rydgård
2021-04-05 18:30:57 +02:00
parent bc4963b401
commit 35c02c8012
+1
View File
@@ -7,6 +7,7 @@ endif()
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "let's not build binaries we don't need" FORCE)
set(SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS ON CACHE BOOL "let's not use exceptions" FORCE)
set(ENABLE_SPVREMAPPER OFF CACHE BOOL "we don't need spvremapper" FORCE)
# This is really a workaround for an NDK 20 compiler issue (PPSSPP issue #12105), but shouldn't hurt.
if(ANDROID)