Fix incorrect dependency in the runtime.
This commit is contained in:
committed by
Nikolay Igotti
parent
c0f3e5f9e8
commit
d33afd6007
@@ -205,7 +205,7 @@ targetList.each { target ->
|
|||||||
project(':runtime').file('src/launcher/kotlin')]
|
project(':runtime').file('src/launcher/kotlin')]
|
||||||
|
|
||||||
inputs.dir(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"
|
dependsOn ":runtime:${target}Runtime", "${target}Stdlib"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user