1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

Ports/llvm: Add a dependency on zstd

This commit is contained in:
Tim Schumacher 2022-10-17 02:01:40 +02:00 committed by Linus Groh
parent dcfaee8d6c
commit ed5996184b

View file

@ -6,7 +6,11 @@ workdir=llvm-project-${version}.src
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
files="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz llvm-project-${version}.src.tar.xz caaf8100365b6ebafc39fea803e902ca3ff38b4d5327b9927097808d32964db7"
auth_type=sha256
depends=("ncurses" "zlib")
depends=(
"ncurses"
"zlib"
"zstd"
)
configure() {
# The cross compilers will be picked up from the CMake toolchain file.