Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:47 +03:00
parent a672ad522f
commit 577e13da3e
+2 -1
View File
@@ -1,8 +1,9 @@
name: swig
description: Software development tool that connects programs written in C and C++ with a variety of high-level programming languages
version: 4.2.1
revision: 2
url: https://www.swig.org/
license: GPL3-or-later,LicenseRef-BSD-Arizona,LicenseRef-BSD-Chicago,LicenseRef-BSD-Utah-California
architecture: any
depends: ["gcc","glibc","pcre2","zlib"]
depends: ["gcc-libs", "glibc", "pcre2", "zlib"]
type: source