build: Use konan.properties values for some building constants.
This patch uses values provided by konan.properties to specify build dependencies (libffi and sysroots) and the "target" parameter for LLVM.
This commit is contained in:
@@ -239,7 +239,7 @@ targetList.each { target ->
|
||||
'-target', target,
|
||||
'-library', project(':runtime').file("build/${target}Stdlib"),
|
||||
'-runtime', project(':runtime').file("build/${target}/runtime.bc"),
|
||||
'-properties', project(':backend.native').file('konan.properties'),
|
||||
'-properties', rootProject.konanPropertiesFile.canonicalPath,
|
||||
project(':runtime').file('src/launcher/kotlin'),
|
||||
*project.globalBuildArgs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user