build: download llvm and libffi from the JFrog repo

This commit is contained in:
Svyatoslav Scherbina
2016-10-17 17:35:25 +03:00
parent 7ed9d9c633
commit e4bc19b145
9 changed files with 30 additions and 25 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ sourceSets {
kotlinNativeInterop {
llvm {
defFile 'llvm.def'
compilerOpts "-I$llvmInstallPath/include"
linkerOpts "-L$llvmInstallPath/lib"
compilerOpts "-I$llvmDir/include"
linkerOpts "-L$llvmDir/lib"
}
hash { // TODO: copy-pasted from ':common:compileHash'