Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: ninja
|
name: ninja
|
||||||
description: The Ninja build system
|
description: The Ninja build system
|
||||||
version: 1.11.1
|
version: 1.11.1
|
||||||
revision: 3
|
revision: 4
|
||||||
url: https://ninja-build.org/
|
url: https://ninja-build.org/
|
||||||
license: Apache2
|
license: Apache2
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","glibc"]
|
depends: ["gcc-libs", "glibc"]
|
||||||
make_depends: ["binutils", "coreutils", "gcc", "python3"]
|
make_depends: ["binutils", "coreutils", "gcc", "python3"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user