Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:20:39 +03:00
parent c4ed90d584
commit ca6506b638
+2 -1
View File
@@ -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"]
depends: ["gcc-libs"]
make_depends: ["cmake", "googletest"]
type: source