diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 20:58:46 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 20:58:46 +0000 |
commit | 9f3fbcd1d44817d6bc58d3306185014e8352b4d7 (patch) | |
tree | b13ebee5410a6c394b04048b5429b8947b02508d /repo/system/gmp.xibuild | |
parent | 7b2c4f390b8d961ebba09bb19d791584d2bce209 (diff) |
added missing deps
Diffstat (limited to 'repo/system/gmp.xibuild')
-rw-r--r-- | repo/system/gmp.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |