Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: highway
|
||||
description: Performance-portable, length-agnostic SIMD with runtime dispatch
|
||||
version: 1.2.0
|
||||
revision: 2
|
||||
url: https://github.com/google/highway/
|
||||
license: Apache-2.0,BSD-3-Clause
|
||||
architecture: any
|
||||
depends: ["gcc"]
|
||||
make_depends: ["cmake","googletest"]
|
||||
depends: ["gcc-libs"]
|
||||
make_depends: ["cmake", "googletest"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user