浏览代码

Setting link language to en-US

Brian Fiete 4 年之前
父节点
当前提交
3c9dfc4bef
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);
 			        var runCmd = gApp.QueueRun(linkerPath, linkLine, gApp.mInstallDir, .UTF16WithBom);
+					runCmd.mEnvVars = new .() { (new String("VSLANG"), new String("1033")) };
 			        runCmd.mOnlyIfNotFailed = true;
 			        runCmd.mOnlyIfNotFailed = true;
 			        var tagetCompletedCmd = new IDEApp.TargetCompletedCmd(project);
 			        var tagetCompletedCmd = new IDEApp.TargetCompletedCmd(project);
 			        tagetCompletedCmd.mOnlyIfNotFailed = true;
 			        tagetCompletedCmd.mOnlyIfNotFailed = true;