Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:33 +03:00
parent ade926b377
commit 04bf8d85b7
+2 -1
View File
@@ -1,9 +1,10 @@
name: rust-bindgen name: rust-bindgen
description: Automatically generate Rust FFI bindings to C and C++ libraries description: Automatically generate Rust FFI bindings to C and C++ libraries
version: 0.71.1 version: 0.71.1
revision: 2
url: https://github.com/rust-lang/rust-bindgen url: https://github.com/rust-lang/rust-bindgen
license: BSD-3-Clause license: BSD-3-Clause
architecture: any architecture: any
depends: ["clang","gcc"] depends: ["clang", "gcc-libs"]
make_depends: ["rustc"] make_depends: ["rustc"]
type: source type: source