mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
Fix sbtn building
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user