dependencies: update libffi to 3.2.1-2

(trying to fix Linux build)
This commit is contained in:
Svyatoslav Scherbina
2016-10-17 18:05:00 +03:00
parent 3d350cf40d
commit b0998fe56e
+1 -1
View File
@@ -76,7 +76,7 @@ class TgzNativeDep extends NativeDep {
task libffi(type: TgzNativeDep) {
baseName = "libffi-3.2.1-$target"
baseName = "libffi-3.2.1-2-$target"
}
task llvm(type: TgzNativeDep) {