Use toolchain with relative paths on Linux.

This commit is contained in:
Nikolay Igotti
2016-11-09 17:05:18 +03:00
parent 71088c85ad
commit 6c90ab1176
+2 -1
View File
@@ -86,7 +86,8 @@ task llvm(type: TgzNativeDep) {
}
task sysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-$target"
String version = (target == 'linux-x86-64') ? '2' : '1'
baseName = "target-sysroot-$version-$target"
}