Interop: improve support for multiple source sets in Gradle plugin

This commit is contained in:
Svyatoslav Scherbina
2016-10-04 16:25:18 +03:00
parent df6b4388a0
commit 33bfb2d063
2 changed files with 29 additions and 33 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ repositories {
mavenCentral()
}
genInteropStubs {
genCompilerInteropStubs {
environment 'CPATH' : "$llvmInstallPath/include"
environment 'LIBRARY_PATH' : "$llvmInstallPath/lib"
}