Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:32 +03:00
parent 0b6dfc2353
commit eb7b0cd458
+3 -2
View File
@@ -1,9 +1,10 @@
name: fmt name: fmt
description: A modern formatting library for C++ description: A modern formatting library for C++
version: 10.2.1 version: 10.2.1
revision: 2
url: https://fmt.dev/ url: https://fmt.dev/
license: MIT license: MIT
architecture: any architecture: any
depends: ["gcc","glibc"] depends: ["gcc-libs", "glibc"]
make_depends: ["cmake","ninja"] make_depends: ["cmake", "ninja"]
type: source type: source