Fix typo.
This commit is contained in:
@@ -303,7 +303,7 @@ open class MingwLinker(targetProperties: MingwConfigurables)
|
|||||||
return staticGnuArCommands(ar, executable, objectFiles, libraries)
|
return staticGnuArCommands(ar, executable, objectFiles, libraries)
|
||||||
|
|
||||||
val dynamic = kind == LinkerOutputKind.DYNAMIC_LIBRARY
|
val dynamic = kind == LinkerOutputKind.DYNAMIC_LIBRARY
|
||||||
return return listOf(when {
|
return listOf(when {
|
||||||
HostManager.hostIsMingw -> Command(linker)
|
HostManager.hostIsMingw -> Command(linker)
|
||||||
else -> Command("wine64", "$linker.exe")
|
else -> Command("wine64", "$linker.exe")
|
||||||
}.apply {
|
}.apply {
|
||||||
|
|||||||
Reference in New Issue
Block a user