diff --git a/srcpkgs/llvm/files/patches/lldb/fix-musl.patch b/srcpkgs/llvm/files/patches/lldb/fix-musl.patch index b7ab0bd9e1e..efe4a921c5e 100644 --- a/srcpkgs/llvm/files/patches/lldb/fix-musl.patch +++ b/srcpkgs/llvm/files/patches/lldb/fix-musl.patch @@ -65,7 +65,7 @@ } #else - assert(false && "::backtrace() not supported on Android"); -+ assert(false && "::backtrace() only support with glibc"); ++ assert(false && "::backtrace() only supported with glibc"); #endif }