Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user