Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:44 +03:00
parent 045bb1cbdf
commit 907937a19d
+3 -2
View File
@@ -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"]
make_depends: ["catch2","cmake"]
depends: ["fmt", "gcc-libs", "glibc"]
make_depends: ["catch2", "cmake"]
type: source