mirror of https://gitlab.com/basile.b/dexed.git
update version + remove supression of phobos in libman
This commit is contained in:
parent
4adccd5275
commit
63a5a68670
|
@ -1 +1 @@
|
||||||
3_gold
|
3_update_1
|
||||||
|
|
|
@ -333,13 +333,6 @@ begin
|
||||||
begin
|
begin
|
||||||
lib := libraryByIndex[i];
|
lib := libraryByIndex[i];
|
||||||
als := lib.libAlias.upperCase;
|
als := lib.libAlias.upperCase;
|
||||||
// TODO-cmaintenace: from 3 upd 1 remove auto deletion of libman entry for phobos and rt.
|
|
||||||
if (als = 'PHOBOS') or (als = 'RUNTIME') or (als = 'DRUNTIME') then
|
|
||||||
begin
|
|
||||||
fCollection.Delete(i);
|
|
||||||
continue;
|
|
||||||
end;
|
|
||||||
//
|
|
||||||
lib.updateModulesInfo;
|
lib.updateModulesInfo;
|
||||||
end;
|
end;
|
||||||
updateItemsByAlias;
|
updateItemsByAlias;
|
||||||
|
|
Loading…
Reference in New Issue