Use toolchain with relative paths on Linux.
This commit is contained in:
Vendored
+2
-1
@@ -86,7 +86,8 @@ task llvm(type: TgzNativeDep) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task sysroot(type: TgzNativeDep) {
|
task sysroot(type: TgzNativeDep) {
|
||||||
baseName = "target-sysroot-1-$target"
|
String version = (target == 'linux-x86-64') ? '2' : '1'
|
||||||
|
baseName = "target-sysroot-$version-$target"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user