Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: cmake
|
name: cmake
|
||||||
description: A Powerful Software Build System
|
description: A Powerful Software Build System
|
||||||
version: 4.0.2
|
version: 4.0.2
|
||||||
|
revision: 2
|
||||||
url: https://cmake.org/
|
url: https://cmake.org/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["curl","expat","gcc","glibc","jsoncpp","libarchive","libuv","libnghttp2","ncurses","zlib"]
|
depends: ["curl", "expat", "gcc-libs", "glibc", "jsoncpp", "libarchive", "libuv", "libnghttp2", "ncurses", "zlib"]
|
||||||
optional_depends: ["make", "ninja"]
|
optional_depends: ["make", "ninja"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user