From f65088adb5e669693d6da3340bf102dad9335fd2 Mon Sep 17 00:00:00 2001 From: crueter Date: Tue, 5 May 2026 16:46:55 -0400 Subject: [PATCH] spirv-tools: build static library as well Not sure why this was off. It's particularly useful for certain CI applications where SPIRV-Tools is better off being linked statically --- Formula/s/spirv-tools.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/spirv-tools.rb b/Formula/s/spirv-tools.rb index 7fa17f447e05..351efe736099 100644 --- a/Formula/s/spirv-tools.rb +++ b/Formula/s/spirv-tools.rb @@ -36,7 +36,7 @@ def install "-DPython3_EXECUTABLE=#{which("python3")}", "-DSPIRV-Headers_SOURCE_DIR=#{Formula["spirv-headers"].opt_prefix}", "-DSPIRV_SKIP_TESTS=ON", - "-DSPIRV_TOOLS_BUILD_STATIC=OFF", + "-DSPIRV_TOOLS_BUILD_STATIC=ON", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build"