Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:53 +03:00
parent 9cf2357341
commit 45c368a216
+3 -2
View File
@@ -1,10 +1,11 @@
name: googletest name: googletest
description: Google Testing and Mocking Framework description: Google Testing and Mocking Framework
version: 1.15.2 version: 1.15.2
revision: 2
url: https://github.com/google/googletest url: https://github.com/google/googletest
license: BSD-3-Clause license: BSD-3-Clause
architecture: any architecture: any
depends: ["gcc","glibc"] depends: ["gcc-libs", "glibc"]
optional_depends: ["python3"] optional_depends: ["python3"]
make_depends: ["cmake","python3"] make_depends: ["cmake", "python3"]
type: source type: source