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