mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:56:00 +02:00
ide: pass star * dir as separate paths to fpc
This commit is contained in:
parent
13fd89ae20
commit
7c26a69c73
@ -944,7 +944,7 @@ begin
|
||||
CurPath:=copy(Paths,StartPos,EndPos-StartPos);
|
||||
StartPos:=EndPos+1;
|
||||
Kind:=IsCTStarDirectory(CurPath,p);
|
||||
if Kind=ctsdStarStar then
|
||||
if Kind in [ctsdStar,ctsdStarStar] then
|
||||
begin
|
||||
Delete(CurPath,p+1,length(CurPath));
|
||||
IsRelative:=not FilenameIsAbsolute(CurPath);
|
||||
|
Loading…
Reference in New Issue
Block a user