mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-16 18:30:37 +00:00
Default runner is now x64sc. Closes #348
This commit is contained in:
parent
b8a2e10fd8
commit
244f329ab0
@ -398,7 +398,7 @@ public class KickC implements Callable<Void> {
|
|||||||
if(execute) {
|
if(execute) {
|
||||||
System.out.println("Executing " + prgPath);
|
System.out.println("Executing " + prgPath);
|
||||||
Path viceSymbolsPath = outputDir.resolve(fileBaseName + ".vs");
|
Path viceSymbolsPath = outputDir.resolve(fileBaseName + ".vs");
|
||||||
String executeCommand = "x64 " + "-moncommands " + viceSymbolsPath + " " + prgPath.toString();
|
String executeCommand = "x64sc " + "-moncommands " + viceSymbolsPath + " " + prgPath.toString();
|
||||||
if(verbose) {
|
if(verbose) {
|
||||||
System.out.println("Executing command: " + executeCommand);
|
System.out.println("Executing command: " + executeCommand);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user