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 := { () =>
|
nativeImageReady := { () =>
|
||||||
()
|
()
|
||||||
},
|
},
|
||||||
nativeImage / name := s"sbtn${if (isWin) ".exe" else ""}",
|
nativeImageOutput := target.value / "bin" / "sbtn",
|
||||||
nativeImageOutput := target.value / "bin" / (nativeImage / name).value,
|
|
||||||
nativeImageOptions ++= Seq(
|
nativeImageOptions ++= Seq(
|
||||||
"--no-fallback",
|
"--no-fallback",
|
||||||
s"--initialize-at-run-time=sbt.client",
|
s"--initialize-at-run-time=sbt.client",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue