mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 12:12:47 +02:00
codetools: do not automatically pass -Fr to pas2js
git-svn-id: trunk@59456 -
This commit is contained in:
parent
d2bf8187e3
commit
9530425edf
@ -6100,7 +6100,8 @@ begin
|
|||||||
Step:='Init';
|
Step:='Init';
|
||||||
try
|
try
|
||||||
CmdLine:=CompilerPath+' -va ';
|
CmdLine:=CompilerPath+' -va ';
|
||||||
if FileExistsCached(EnglishErrorMsgFilename) then
|
if (Pos('pas2js',lowercase(ExtractFileName(CompilerPath)))<1)
|
||||||
|
and FileExistsCached(EnglishErrorMsgFilename) then
|
||||||
CmdLine:=CmdLine+'-Fr'+EnglishErrorMsgFilename+' ';
|
CmdLine:=CmdLine+'-Fr'+EnglishErrorMsgFilename+' ';
|
||||||
if CompilerOptions<>'' then
|
if CompilerOptions<>'' then
|
||||||
CmdLine:=CmdLine+CompilerOptions+' ';
|
CmdLine:=CmdLine+CompilerOptions+' ';
|
||||||
|
Loading…
Reference in New Issue
Block a user