A stray println removed.
This commit is contained in:
committed by
alexander-gorshenev
parent
fc1c5cac09
commit
bca34894d3
@@ -262,7 +262,6 @@ targetList.each { target ->
|
|||||||
|
|
||||||
from(project(':runtime').file("build/$target")) {
|
from(project(':runtime').file("build/$target")) {
|
||||||
include("*.bc")
|
include("*.bc")
|
||||||
eachFile {println("eachfile= $it")}
|
|
||||||
into("klib/stdlib/$target/native")
|
into("klib/stdlib/$target/native")
|
||||||
}
|
}
|
||||||
from(project(':runtime').file("build/${target}Stdlib")) {
|
from(project(':runtime').file("build/${target}Stdlib")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user