google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.79k stars 343 forks source link

2024.1 build failure #1413

Open chenrui333 opened 2 months ago

chenrui333 commented 2 months ago

👋 trying to build the latest release, but run into some build issue. The error log is as below:

error build log ``` CMake Error: install(EXPORT "glslang-targets" ...) includes target "SPIRV" which requires target "SPIRV-Tools-opt" that is not in any export set. ```

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/8902764791/job/24449380653?pr=170490 relates to Homebrew/homebrew-core#170490