Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: spirv-tools
|
name: spirv-tools
|
||||||
description: API and commands for processing SPIR-V modules
|
description: API and commands for processing SPIR-V modules
|
||||||
version: 1.4.313.0
|
version: 1.4.313.0
|
||||||
|
revision: 2
|
||||||
url: https://www.khronos.org/vulkan/
|
url: https://www.khronos.org/vulkan/
|
||||||
license: Apache2.0
|
license: Apache2.0
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","bash"]
|
depends: ["gcc-libs", "bash"]
|
||||||
make_depends: ["cmake","ninja","meson","python3","spirv-headers"]
|
make_depends: ["cmake", "ninja", "meson", "python3", "spirv-headers"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user