Fix broken Interop:Indexer:updatePrebuilt task
This commit is contained in:
committed by
SvyatoslavScherbina
parent
a679b05456
commit
ee70deae49
@@ -79,7 +79,7 @@ kotlinNativeInterop {
|
|||||||
defFile 'clang.def'
|
defFile 'clang.def'
|
||||||
compilerOpts "-I$llvmDir/include"
|
compilerOpts "-I$llvmDir/include"
|
||||||
linkerOpts "-L$llvmDir/lib"
|
linkerOpts "-L$llvmDir/lib"
|
||||||
genTask.args '-keepcstubs:true'
|
genTask.args '-keepcstubs', 'true'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user