Skip to content

Commit

Permalink
add lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick authored and Nick committed May 1, 2024
1 parent c2a4457 commit b5262d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ lazy val `compiler-native-lib` = project
// and obtain bitcode files
// "-H:CompilerBackend=llvm",
// "-H:TempDirectory=temp", // Directory with bc files
),
libraryDependencies ++= Seq(
"org.graalvm.sdk" % "graal-sdk" % "24.0.1"
)
)
.dependsOn(`aqua-api`.jvm)
Expand Down

0 comments on commit b5262d8

Please sign in to comment.