Fix minor issue with :Interop:Indexer:updatePrebuilt Gradle task
This commit is contained in:
committed by
SvyatoslavScherbina
parent
f3dbf8f5d4
commit
433737f66a
@@ -14,6 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import org.jetbrains.kotlin.konan.target.HostManager
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle"
|
apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle"
|
||||||
}
|
}
|
||||||
@@ -151,7 +153,7 @@ task updatePrebuilt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
from("$buildDir/nativelibs") {
|
from("$buildDir/nativelibs/${HostManager.host.visibleName}") {
|
||||||
include 'clangstubs.c'
|
include 'clangstubs.c'
|
||||||
}
|
}
|
||||||
into 'prebuilt/nativeInteropStubs/c'
|
into 'prebuilt/nativeInteropStubs/c'
|
||||||
|
|||||||
Reference in New Issue
Block a user