Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: spdlog
|
name: spdlog
|
||||||
description: Fast C++ logging library
|
description: Fast C++ logging library
|
||||||
version: 1.14.1
|
version: 1.14.1
|
||||||
|
revision: 2
|
||||||
url: https://github.com/gabime/spdlog
|
url: https://github.com/gabime/spdlog
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["fmt","gcc","glibc"]
|
depends: ["fmt", "gcc-libs", "glibc"]
|
||||||
make_depends: ["catch2","cmake"]
|
make_depends: ["catch2", "cmake"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user