diff options
Diffstat (limited to 'repo/system/libarchive.xibuild')
-rw-r--r-- | repo/system/libarchive.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild index 7ad225a..0153b44 100644 --- a/repo/system/libarchive.xibuild +++ b/repo/system/libarchive.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(make ) DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) SOURCE=https://github.com/libarchive/libarchive/releases/download/v3.5.2/libarchive-3.5.2.tar.gz |