diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index e1e6886ac0d..35415dc269c 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -514,7 +514,7 @@ def configure(env: "SConsEnvironment"): env.ParseConfig("pkg-config vulkan --cflags --libs") if not env["builtin_glslang"]: # No pkgconfig file so far, hardcode expected lib name. - env.Append(LIBS=["glslang", "SPIRV"]) + env.Append(LIBS=["glslang", "SPIRV", "glslang-default-resource-limits"]) if env["opengl3"]: env.Append(CPPDEFINES=["GLES3_ENABLED"])