From 9f3fbcd1d44817d6bc58d3306185014e8352b4d7 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 20:58:46 +0000 Subject: added missing deps --- repo/system/gmp.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system') diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild index 472c5f0..99918a6 100644 --- a/repo/system/gmp.xibuild +++ b/repo/system/gmp.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(gcc sh) +DEPS=(sh) PKG_VER=6.2.1 SOURCE=https://gmplib.org/download/gmp/gmp-$PKG_VER.tar.xz -- cgit v1.2.1