update version + remove supression of phobos in libman

This commit is contained in:
Basile Burg 2017-04-29 10:03:23 +02:00
parent 4adccd5275
commit 63a5a68670
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 1 additions and 8 deletions

View File

@ -1 +1 @@
3_gold
3_update_1

View File

@ -333,13 +333,6 @@ begin
begin
lib := libraryByIndex[i];
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;
end;
updateItemsByAlias;