Skip to content

Commit

Permalink
fix: compiler native launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGaabriel committed Sep 7, 2024
1 parent a886eaf commit 0c874ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/src/nativeMain/kotlin/NativeLauncher.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import me.gabriel.selene.backend.llvm.DragonCompilerBackend
import me.gabriel.selene.compiler.SeleneCompiler
import me.gabriel.selene.compiler.cli.CommandLine
import me.gabriel.selene.compiler.log.MordantLogger
Expand All @@ -8,6 +9,7 @@ fun main(args: Array<String>) {
)
val compiler = SeleneCompiler(
platform = platform,
backend = DragonCompilerBackend(),
cli = CommandLine(args)
)
compiler.start()
Expand Down

0 comments on commit 0c874ba

Please sign in to comment.