[gradle-plugin] Use new format of linkerOpts compiler argument
This commit is contained in:
committed by
Ilya Matveev
parent
84d3d1e399
commit
84bdf3e046
+1
-1
@@ -120,7 +120,7 @@ abstract class KonanCompileTask: KonanBuildingTask(), KonanCompileSpec {
|
||||
addFileArgs("-native-library", nativeLibraries)
|
||||
addArg("-produce", produce.name.toLowerCase())
|
||||
|
||||
addListArg("-linkerOpts", linkerOpts)
|
||||
addListArg("-linker-options", linkerOpts)
|
||||
|
||||
addArgIfNotNull("-target", konanTarget.visibleName)
|
||||
addArgIfNotNull("-language-version", languageVersion)
|
||||
|
||||
Reference in New Issue
Block a user