Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: lld
|
||||
description: Linker from the LLVM project
|
||||
version: 20.1.7
|
||||
revision: 2
|
||||
url: https://lld.llvm.org/
|
||||
license: Apache-2.0 WITH LLVM-exception
|
||||
architecture: any
|
||||
depends: ["gcc","llvm","zlib","zstd"]
|
||||
depends: ["gcc-libs", "llvm", "zlib", "zstd"]
|
||||
make_depends: ["cmake", "ninja"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user