diff --git a/pkg.info b/pkg.info index 35b30d6..13b9b90 100644 --- a/pkg.info +++ b/pkg.info @@ -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"] -make_depends: ["cmake","ninja"] +depends: ["gcc-libs", "llvm", "zlib", "zstd"] +make_depends: ["cmake", "ninja"] type: source