Skip to content

Commit

Permalink
Fix silicon.bat script
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli committed Jan 25, 2022
1 parent 937caa5 commit 45dba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silicon.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ cd "%CURR_DIR%"

set JVM_OPTS=-Xss16m -Dlogback.configurationFile="%BASE_DIR%\src\main\resources\logback.xml" -Dfile.encoding=UTF-8

call java "%JVM_OPTS%" -cp "%CP%" viper.silicon.SiliconRunner %*
call java %JVM_OPTS% -cp "%CP%" viper.silicon.SiliconRunner %*

0 comments on commit 45dba73

Please sign in to comment.