Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: cbindgen
|
name: cbindgen
|
||||||
description: A project for generating C bindings from Rust code
|
description: A project for generating C bindings from Rust code
|
||||||
version: 0.27.0
|
version: 0.27.0
|
||||||
|
revision: 2
|
||||||
url: https://github.com/mozilla/cbindgen
|
url: https://github.com/mozilla/cbindgen
|
||||||
license: MPL2
|
license: MPL2
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","glibc"]
|
depends: ["gcc-libs", "glibc"]
|
||||||
make_depends: ["rustc"]
|
make_depends: ["rustc"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user