mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 10:57:55 +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)+
|
AppendPathDelim(EnvironmentOptions.GetParsedLazarusDirectory)+
|
||||||
GetForcedPathDelims('components/codetools/fpc.errore.msg');
|
GetForcedPathDelims('components/codetools/fpc.errore.msg');
|
||||||
CodeToolBoss.CompilerDefinesCache.ExtraOptions:=
|
CodeToolBoss.CompilerDefinesCache.ExtraOptions:=
|
||||||
'-Fr'+CodeToolBoss.DefinePool.EnglishErrorMsgFilename;
|
AnsiQuotedStr('-Fr'+CodeToolBoss.DefinePool.EnglishErrorMsgFilename,'"');
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user