Pārlūkot izejas kodu

Setting link language to en-US

Brian Fiete 4 gadi atpakaļ
vecāks
revīzija
3c9dfc4bef
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      IDE/src/BuildContext.bf

+ 1 - 0
IDE/src/BuildContext.bf

@@ -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;