build: fix compilation on Linux when using libclang

This commit is contained in:
Svyatoslav Scherbina
2017-02-17 17:26:23 +07:00
committed by SvyatoslavScherbina
parent 53b347b75a
commit 9052e08e59
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ task libffi(type: TgzNativeDep) {
}
task llvm(type: TgzNativeDep) {
baseName = "clang+llvm-3.8.0-$host"
baseName = "clang+llvm-$llvmVersion-$host"
}
if (isLinux()) {