File tree Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,8 @@ lazy val samples = project("samples")
61
61
libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.6.3" % " test" ,
62
62
testFrameworks += new TestFramework (" utest.runner.Framework" ),
63
63
nativeLinkStubs := true ,
64
- Test / nativeLinkingOptions ++= {
65
- val rootDir = (ThisBuild / baseDirectory).value.getAbsoluteFile
66
- val cwd = (Test / target).value.getAbsoluteFile / " bindgen"
67
- val linker = rootDir / " scripts" / " linker.sh"
68
- Seq (s " -L $cwd" , s " -fuse-ld= $linker" )
64
+ Test / nativeLinkingOptions += {
65
+ Seq (" -L" , (Test / target).value.getAbsoluteFile / " bindgen" ).mkString
69
66
},
70
67
Test / compile := {
71
68
val log = streams.value.log
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.3.7 " )
1
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.3.8 " )
2
2
addSbtPlugin(" com.typesafe.sbt" % " sbt-site" % " 1.3.2" )
3
3
addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.4.0" )
4
4
addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.2" )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments