Merge pull request #129231 from Mic92/clang-tools
clang-tools: fix missing extra tools
This commit is contained in:
commit
0a17f3b530
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ let
|
|||
mv clang-* clang
|
||||
sourceRoot=$PWD/clang
|
||||
unpackFile ${clang-tools-extra_src}
|
||||
mv clang-tools-extra-* $sourceRoot/tools/extra
|
||||
substituteInPlace $sourceRoot/tools/extra/clangd/quality/CompletionModel.cmake \
|
||||
--replace ' ''${CMAKE_SOURCE_DIR}/../clang-tools-extra' ' ''${CMAKE_SOURCE_DIR}/tools/extra'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake python3 ]
|
||||
|
|
Loading…
Reference in a new issue