Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:12 +03:00
parent 26558b2a4b
commit 11d8aa2358
+2 -1
View File
@@ -1,9 +1,10 @@
name: double-conversion name: double-conversion
description: Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles description: Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles
version: 3.3.0 version: 3.3.0
revision: 2
url: https://github.com/google/double-conversion url: https://github.com/google/double-conversion
license: BSD-3-Clause license: BSD-3-Clause
architecture: any architecture: any
depends: ["gcc","glibc"] depends: ["gcc-libs", "glibc"]
make_depends: ["cmake"] make_depends: ["cmake"]
type: source type: source