Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:23:35 +03:00
parent d63ab95d29
commit 733cff743a
+2 -1
View File
@@ -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