Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
name: swig
|
name: swig
|
||||||
description: Software development tool that connects programs written in C and C++ with a variety of high-level programming languages
|
description: Software development tool that connects programs written in C and C++ with a variety of high-level programming languages
|
||||||
version: 4.2.1
|
version: 4.2.1
|
||||||
|
revision: 2
|
||||||
url: https://www.swig.org/
|
url: https://www.swig.org/
|
||||||
license: GPL3-or-later,LicenseRef-BSD-Arizona,LicenseRef-BSD-Chicago,LicenseRef-BSD-Utah-California
|
license: GPL3-or-later,LicenseRef-BSD-Arizona,LicenseRef-BSD-Chicago,LicenseRef-BSD-Utah-California
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","glibc","pcre2","zlib"]
|
depends: ["gcc-libs", "glibc", "pcre2", "zlib"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user