mirror of https://gitlab.com/basile.b/dexed.git
fix #313, on some systems, phobos is not setup in a "phobos" folder
This commit is contained in:
parent
e97b3936c2
commit
dc9f2fed64
|
@ -1953,7 +1953,7 @@ begin
|
||||||
end;
|
end;
|
||||||
pth := pth.extractFilePath;
|
pth := pth.extractFilePath;
|
||||||
setLength(pth,pth.length-1);
|
setLength(pth,pth.length-1);
|
||||||
if (pth.extractFilename = 'phobos') or (pth.extractFilename = 'core')
|
if (pth.extractFilename = 'std') or (pth.extractFilename = 'core')
|
||||||
or (pth.extractFilename = 'etc') then
|
or (pth.extractFilename = 'etc') then
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue