mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 13:08:12 +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';
|
||||
try
|
||||
CmdLine:=CompilerPath+' -va ';
|
||||
if FileExistsCached(EnglishErrorMsgFilename) then
|
||||
if (Pos('pas2js',lowercase(ExtractFileName(CompilerPath)))<1)
|
||||
and FileExistsCached(EnglishErrorMsgFilename) then
|
||||
CmdLine:=CmdLine+'-Fr'+EnglishErrorMsgFilename+' ';
|
||||
if CompilerOptions<>'' then
|
||||
CmdLine:=CmdLine+CompilerOptions+' ';
|
||||
|
Loading…
Reference in New Issue
Block a user