Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: inih
|
name: inih
|
||||||
description: Simple .INI file parser in C, good for embedded systems
|
description: Simple .INI file parser in C, good for embedded systems
|
||||||
version: 58
|
version: 58
|
||||||
|
revision: 2
|
||||||
url: https://github.com/benhoyt/inih
|
url: https://github.com/benhoyt/inih
|
||||||
license: BSD
|
license: BSD
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","glibc"]
|
depends: ["gcc-libs", "glibc"]
|
||||||
make_depends: ["meson"]
|
make_depends: ["meson"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user