mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 15:53:52 +02:00
force building lazarus with LANG=en_US
git-svn-id: trunk@5010 -
This commit is contained in:
parent
22a87f1b65
commit
2d1581c244
@ -299,6 +299,7 @@ begin
|
||||
Tool.Filename:=Options.MakeFilename;
|
||||
Tool.EnvironmentOverrides.Values['LCL_PLATFORM']:=
|
||||
LCLPlatformNames[Options.LCLPlatform];
|
||||
Tool.EnvironmentOverrides.Values['LANG']:= 'en_US';
|
||||
if CompilerPath<>'' then
|
||||
Tool.EnvironmentOverrides.Values['PP']:=CompilerPath;
|
||||
if not FileExists(Tool.Filename) then begin
|
||||
|
Loading…
Reference in New Issue
Block a user