Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: shaderc
|
||||
description: A collection of tools, libraries, and tests for Vulkan shader compilation
|
||||
version: 2025.1
|
||||
revision: 2
|
||||
url: https://github.com/google/shaderc
|
||||
license: Apache-2.0
|
||||
architecture: any
|
||||
depends: ["gcc","glibc","glslang","spirv-tools"]
|
||||
depends: ["gcc-libs", "glibc", "glslang", "spirv-tools"]
|
||||
make_depends: ["cmake", "ninja", "python3", "spirv-headers"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user