Fix incorrect dependency in the runtime.

This commit is contained in:
Nikolay Igotti
2018-06-01 16:38:41 +03:00
committed by Nikolay Igotti
parent c0f3e5f9e8
commit d33afd6007
+1 -1
View File
@@ -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"
}