llvm_11: Correct path for TLI-musl patch

This commit is contained in:
Tyson Whitehead 2021-04-14 00:29:29 -04:00
parent ccabc238a8
commit 9f7fb75168
No known key found for this signature in database
GPG key ID: B22199763A27997B

View file

@ -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