mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
Ports/llvm: Add a dependency on zstd
This commit is contained in:
parent
dcfaee8d6c
commit
ed5996184b
Notes:
sideshowbarker
2024-07-17 07:20:57 +09:00
Author: https://github.com/timschumi
Commit: ed5996184b
Pull-request: https://github.com/SerenityOS/serenity/pull/15717
Reviewed-by: https://github.com/linusg
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")
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue