Skip to content

Commit

Permalink
Disable native multi threading
Browse files Browse the repository at this point in the history
  • Loading branch information
987Nabil authored Aug 13, 2024
1 parent 01a8804 commit 25b281d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ object BuildHelper {
"test",
baseDirectory.value
)
}
},
nativeConfig ~= { _.withMultithreading(false) },
)

def buildInfoSettings(packageName: String) = Seq(
Expand Down

0 comments on commit 25b281d

Please sign in to comment.