From a2afad8251c57cc462cb9fd0cb2b7e2d346b7813 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Jan 2022 18:49:16 +0000 Subject: resolved some missing dependencies --- repo/system/gc.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/gc.xibuild') diff --git a/repo/system/gc.xibuild b/repo/system/gc.xibuild index 721a096..c130888 100644 --- a/repo/system/gc.xibuild +++ b/repo/system/gc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(gcc-libs) +DEPS=(gcc) PKG_VER=8.0.6 SOURCE=https://github.com/ivmai/bdwgc/releases/download/v$PKG_VER/gc-$PKG_VER.tar.gz -- cgit v1.2.1