IDE: fixed passing -FE relative

git-svn-id: trunk@58061 -
This commit is contained in:
mattias 2018-05-31 07:16:21 +00:00
parent c7b7b5e2be
commit 359470d503

View File

@ -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