Skip to content

Commit

Permalink
disable dtn native module (cannot work due to borer missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Aug 25, 2024
1 parent 68e690a commit 92cafbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ lazy val deltalens = project.in(file("Modules/Deltalens"))
),
)

lazy val dtn = crossProject(JSPlatform, JVMPlatform, NativePlatform).crossType(CrossType.Full)
lazy val dtn = crossProject(JSPlatform, JVMPlatform).crossType(CrossType.Full)
.in(file("Modules/DTN"))
.dependsOn(reactives, rdts, replication)
.settings(
Expand Down

0 comments on commit 92cafbd

Please sign in to comment.