dependencies: add minor code improvement
This commit is contained in:
Vendored
+2
-2
@@ -76,11 +76,11 @@ class TgzNativeDep extends NativeDep {
|
||||
|
||||
|
||||
task libffi(type: TgzNativeDep) {
|
||||
baseName = "libffi-3.2.1-${target}"
|
||||
baseName = "libffi-3.2.1-$target"
|
||||
}
|
||||
|
||||
task llvm(type: TgzNativeDep) {
|
||||
baseName = "clang+llvm-3.8.0-${target}"
|
||||
baseName = "clang+llvm-3.8.0-$target"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user