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