summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-30 23:58:46 +0000
committerdavidovski <david@davidovski.xyz>2022-01-30 23:58:46 +0000
commit2ab7707a34101fd7fc7ec0cdbe115deee89de4f8 (patch)
tree6f35eea8cbcd390491da085f1276b7c3844f55b2 /repo/system
parentbcea60da11d02a396878f738abed6ce5cb802f4b (diff)
fixed circle
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/zstd.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/zstd.xibuild b/repo/system/zstd.xibuild
index 836f2bb..f40d952 100644
--- a/repo/system/zstd.xibuild
+++ b/repo/system/zstd.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
MAKEDEPS=(make )
-DEPS=(glibc gcc zlib xz lz4)
+DEPS=(glibc zlib xz lz4)
PKG_VER=1.5.1
SOURCE=https://github.com/facebook/zstd/releases/download/v$PKG_VER/zstd-$PKG_VER.tar.gz