Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: rust-bindgen
|
||||
description: Automatically generate Rust FFI bindings to C and C++ libraries
|
||||
version: 0.71.1
|
||||
revision: 2
|
||||
url: https://github.com/rust-lang/rust-bindgen
|
||||
license: BSD-3-Clause
|
||||
architecture: any
|
||||
depends: ["clang","gcc"]
|
||||
depends: ["clang", "gcc-libs"]
|
||||
make_depends: ["rustc"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user