mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 21:39:21 +02:00
IDE: fixed passing -FE relative
git-svn-id: trunk@58061 -
This commit is contained in:
parent
c7b7b5e2be
commit
359470d503
@ -3235,7 +3235,7 @@ begin
|
||||
end;
|
||||
if CurTargetDirectory <> '' then begin
|
||||
if not (ccloAbsolutePaths in Flags) then
|
||||
CurOutputDir:=CreateRelativePath(CurOutputDir,BaseDirectory,true);
|
||||
CurTargetDirectory:=CreateRelativePath(CurTargetDirectory,BaseDirectory,true);
|
||||
switches := switches + ' '+PrepareCmdLineOption('-FE' + CurTargetDirectory);
|
||||
end;
|
||||
if (CurTargetFilename<>'') then begin
|
||||
|
Loading…
Reference in New Issue
Block a user