mirror of https://github.com/sbt/sbt.git
Fix sbtn building
This commit is contained in:
parent
7cc6ad3d00
commit
bec2be707a
|
|
@ -1163,8 +1163,7 @@ lazy val sbtClientProj = (project in file("client"))
|
|||
nativeImageReady := { () =>
|
||||
()
|
||||
},
|
||||
nativeImage / name := s"sbtn${if (isWin) ".exe" else ""}",
|
||||
nativeImageOutput := target.value / "bin" / (nativeImage / name).value,
|
||||
nativeImageOutput := target.value / "bin" / "sbtn",
|
||||
nativeImageOptions ++= Seq(
|
||||
"--no-fallback",
|
||||
s"--initialize-at-run-time=sbt.client",
|
||||
|
|
|
|||
Loading…
Reference in New Issue