mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 03:02:37 +00:00
Fix minimum dependency generation for foreign entities
This commit is contained in:
@@ -425,6 +425,7 @@ void init_entity_foreign_library(Checker *c, Entity *e) {
|
||||
} else {
|
||||
// TODO(bill): Extra stuff to do with library names?
|
||||
*foreign_library = found;
|
||||
found->LibraryName.used = true;
|
||||
add_entity_use(c, ident, found);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user