mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +00:00
Ports/llvm: Add a dependency on zstd
This commit is contained in:
parent
dcfaee8d6c
commit
ed5996184b
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,11 @@ workdir=llvm-project-${version}.src
|
||||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
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"
|
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
|
auth_type=sha256
|
||||||
depends=("ncurses" "zlib")
|
depends=(
|
||||||
|
"ncurses"
|
||||||
|
"zlib"
|
||||||
|
"zstd"
|
||||||
|
)
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
# The cross compilers will be picked up from the CMake toolchain file.
|
# The cross compilers will be picked up from the CMake toolchain file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue