Skip to content

Commit

Permalink
GenNativeImage doesn't need to trigger jni lib generation any longer …
Browse files Browse the repository at this point in the history
…since its done by sourcegen
  • Loading branch information
oyvindberg committed Apr 30, 2023
1 parent faf534b commit 9f6b67d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/src/scala/tui/scripts/GenNativeImage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ object GenNativeImage extends BleepScript("GenNativeImage") {
def run(started: Started, commands: Commands, args: List[String]): Unit = {
commands.compile(List(demoProject))

GenJniLibrary.crosstermJniNativeLib(started).nativeCompile()

val plugin = new NativeImagePlugin(
project = started.bloopProject(demoProject),
logger = started.logger,
Expand Down

0 comments on commit 9f6b67d

Please sign in to comment.