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")
6161 libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.6.3" % " test" ,
6262 testFrameworks += new TestFramework (" utest.runner.Framework" ),
6363 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
6966 },
7067 Test / compile := {
7168 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 " )
22addSbtPlugin(" com.typesafe.sbt" % " sbt-site" % " 1.3.2" )
33addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.4.0" )
44addSbtPlugin(" 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