Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
name: unittest-cpp
|
name: unittest-cpp
|
||||||
description: A lightweight unit testing framework for C++
|
description: A lightweight unit testing framework for C++
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
|
revision: 2
|
||||||
url: https://github.com/unittest-cpp/unittest-cpp
|
url: https://github.com/unittest-cpp/unittest-cpp
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc"]
|
depends: ["gcc-libs"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user