mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 01:08:12 +02:00
ide: quote fpc error message file
This commit is contained in:
parent
fe08ba3b2f
commit
6617adc7a1
@ -975,7 +975,7 @@ begin
|
||||
AppendPathDelim(EnvironmentOptions.GetParsedLazarusDirectory)+
|
||||
GetForcedPathDelims('components/codetools/fpc.errore.msg');
|
||||
CodeToolBoss.CompilerDefinesCache.ExtraOptions:=
|
||||
'-Fr'+CodeToolBoss.DefinePool.EnglishErrorMsgFilename;
|
||||
AnsiQuotedStr('-Fr'+CodeToolBoss.DefinePool.EnglishErrorMsgFilename,'"');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user