mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Setting link language to en-US
This commit is contained in:
parent
04126a7e40
commit
3c9dfc4bef
1 changed files with 1 additions and 0 deletions
|
@ -1104,6 +1104,7 @@ namespace IDE
|
|||
}
|
||||
|
||||
var runCmd = gApp.QueueRun(linkerPath, linkLine, gApp.mInstallDir, .UTF16WithBom);
|
||||
runCmd.mEnvVars = new .() { (new String("VSLANG"), new String("1033")) };
|
||||
runCmd.mOnlyIfNotFailed = true;
|
||||
var tagetCompletedCmd = new IDEApp.TargetCompletedCmd(project);
|
||||
tagetCompletedCmd.mOnlyIfNotFailed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue