mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Meta: Don't pass LLVM_LLVM_BUILD_LLVM_DYLIB to cmake
`LLVM_LLVM_BUILD_LLVM_DYLIB` does not exist, so passing this does nothing but make CMake warn. However, since we pass `LLVM_LINK_LLVM_DYLIB`, `LLVM_BUILD_LLVM_DYLIB` (the correct spelling) defaults to true anyways. So let's pass fewer flags. No behavior change, but fixes a CMake warning.
This commit is contained in:
parent
1ed1a57707
commit
eb7b8a7bbe
Notes:
sideshowbarker
2024-07-18 04:30:00 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/eb7b8a7bbe6 Pull-request: https://github.com/SerenityOS/serenity/pull/9864 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -259,7 +259,6 @@ pushd "$DIR/Build/clang/$ARCH"
|
|||
-DLLVM_ENABLE_PROJECTS="clang;lld" \
|
||||
-DLLVM_INCLUDE_BENCHMARKS=OFF \
|
||||
-DLLVM_INCLUDE_TESTS=OFF \
|
||||
-DLLVM_LLVM_BUILD_LLVM_DYLIB=ON \
|
||||
-DLLVM_LINK_LLVM_DYLIB=ON \
|
||||
-DLLVM_INSTALL_UTILS=OFF \
|
||||
${dev:+"-DLLVM_CCACHE_BUILD=ON"} || exit 1
|
||||
|
|
Loading…
Reference in a new issue