diff options
author | davidovski <david@davidovski.xyz> | 2022-05-17 19:10:55 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-17 19:10:55 +0100 |
commit | 50fb6c032e72a26b3fd881a18e1d1f535c95e0fc (patch) | |
tree | 67e7043022f14f601dddd87be911d38a4d58269c /repo/xi/xib | |
parent | 213021de0aaf5439db7d58ca1447db4ae6af92be (diff) |
fixed packages for llvm based toolchain
Diffstat (limited to 'repo/xi/xib')
-rw-r--r-- | repo/xi/xib/xib.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xib/xib.xibuild b/repo/xi/xib/xib.xibuild index 52ebdb9..e4b3efa 100644 --- a/repo/xi/xib/xib.xibuild +++ b/repo/xi/xib/xib.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="" -DEPS="xichroot xipkg xiutils git tar unzip" +DEPS="xichroot xibuild xipkg xiutils hbar parseconf git tar unzip" SOURCE=https://git.davidovski.xyz/xilinux/xib.git DESC="The XiBuild system" |