mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 17:00:57 +02:00
IDE: fixed warning about package installed unit path
git-svn-id: trunk@27994 -
This commit is contained in:
parent
cc8f806f19
commit
eef9458ebc
@ -3613,6 +3613,7 @@ var
|
||||
UnitPath:=copy(UnitPath,2,Length(UnitPath));
|
||||
while (UnitPath<>'') and (RightStr(UnitPath,1)=';') do
|
||||
UnitPath:=copy(UnitPath,1,Length(UnitPath)-1);
|
||||
UnitPath:=ChompPathDelim(TrimFilename(UnitPath));
|
||||
if SysUtils.CompareText(UnitPath,'$(PkgOutDir)')<>0 then
|
||||
begin
|
||||
IgnorePath:='InstallPkgAddsUnitPath/'+APackage.Filename;
|
||||
|
Loading…
Reference in New Issue
Block a user