[JS] Get rid of outputFile in compiler args (KT-61116)
^KT-56753 fixed
This commit is contained in:
committed by
Space Team
parent
9fcf6c5f89
commit
2340d59f40
-1
@@ -73,7 +73,6 @@ internal object CompilerExecutor {
|
||||
}
|
||||
CompilerKind.JS -> {
|
||||
val commands = buildList {
|
||||
add(K2JSCompilerArguments::metaInfo.cliArgument)
|
||||
add(K2JSCompilerArguments::moduleName.cliArgument); add(libraryName)
|
||||
add(K2JSCompilerArguments::outputDir.cliArgument); add(library.parent.absolutePathString())
|
||||
add(K2JSCompilerArguments::irProduceKlibFile.cliArgument)
|
||||
|
||||
Reference in New Issue
Block a user