build/gradle/cli compiler flags usage fix (#2045)
This commit is contained in:
committed by
Nikolay Igotti
parent
20d3520717
commit
66732675e5
@@ -170,7 +170,7 @@ targetList.each { target ->
|
||||
if (target != "wasm32") defaultArgs += '-g'
|
||||
def konanArgs = [*defaultArgs,
|
||||
'-target', target,
|
||||
'-Xruntime', project(':runtime').file("build/${target}/runtime.bc"),
|
||||
"-Xruntime=${project(':runtime').file('build/' + target +'/runtime.bc')}",
|
||||
*project.globalBuildArgs]
|
||||
|
||||
task("${target}Stdlib", type: JavaExec) {
|
||||
|
||||
Reference in New Issue
Block a user