Skip to content

Commit

Permalink
try fix windows scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Mar 13, 2024
1 parent 32dbd75 commit 38ea5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/script/scala-native-c.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ if "%SCALA_BIN_VER%" == "3" (
set NATIVELIB=%NATIVELIB%;%BASE%\scalalib_native%SCALANATIVE_BIN_VER%_%SCALA_BIN_VER%-%SCALA_VER%+%SCALANATIVE_VER%.jar
)

scalac "--class-path=%NATIVELIB%" "-Xplugin:%PLUGIN%" "%*"
scalac -classpath "%NATIVELIB%" -Xplugin:%PLUGIN% "%*"

0 comments on commit 38ea5d3

Please sign in to comment.