Skip to content

Commit

Permalink
More robust MILL_CLASSPATH on Windows (#815)
Browse files Browse the repository at this point in the history
See #815
  • Loading branch information
sake92 authored Apr 14, 2020
1 parent 8d6b236 commit 3f10a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def assembly = T{
"-Djna.nosys=true"
)
val shellArgs = Seq("-DMILL_CLASSPATH=$0") ++ commonArgs
val cmdArgs = Seq("-DMILL_CLASSPATH=%0") ++ commonArgs
val cmdArgs = Seq(""""-DMILL_CLASSPATH=%~dpnx0"""") ++ commonArgs
os.move(
createAssembly(
devRunClasspath,
Expand Down

0 comments on commit 3f10a49

Please sign in to comment.