Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user