Merge pull request #119436 from twhitehead/llvm_11-musl
llvm_11: Correct path for TLI-musl patch
This commit is contained in:
commit
6d74053afd
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in stdenv.mkDerivation (rec {
|
|||
--replace "Path.cpp" ""
|
||||
rm unittests/Support/Path.cpp
|
||||
'' + optionalString stdenv.hostPlatform.isMusl ''
|
||||
patch -p1 -i ${../TLI-musl.patch}
|
||||
patch -p1 -i ${../../TLI-musl.patch}
|
||||
substituteInPlace unittests/Support/CMakeLists.txt \
|
||||
--replace "add_subdirectory(DynamicLibrary)" ""
|
||||
rm unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
|
||||
|
|
Loading…
Reference in a new issue