forked from security/hakurei
internal/rosa: patch ignore whitespace
This makes it work better with patches emitted by git. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -171,7 +171,7 @@ cp -r /system/include /usr/include && rm -rf /system/include
|
||||
}
|
||||
|
||||
return t.NewViaCMake("llvm", version, variant, t.NewPatchedSource(
|
||||
"llvmorg", pkg.NewHTTPGetTar(
|
||||
"llvmorg", version, pkg.NewHTTPGetTar(
|
||||
nil, "https://github.com/llvm/llvm-project/archive/refs/tags/"+
|
||||
"llvmorg-"+version+".tar.gz",
|
||||
mustDecode(checksum),
|
||||
|
||||
Reference in New Issue
Block a user