diff --git a/backend.native/build.gradle b/backend.native/build.gradle index d104e937bf1..7da840f1b9a 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -205,7 +205,7 @@ targetList.each { target -> project(':runtime').file('src/launcher/kotlin')] inputs.dir(project(':runtime').file('src/launcher/kotlin')) - outputs.dir(project(':runtime').file("build/${target}Start")) + outputs.file(project(':runtime').file("build/${target}Start.bc")) dependsOn ":runtime:${target}Runtime", "${target}Stdlib" }