mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 07:43:13 +00:00
Add @(ignore_duplicates) for foreign import declarations
This commit is contained in:
@@ -274,6 +274,7 @@ struct Entity {
|
||||
Slice<String> paths;
|
||||
String name;
|
||||
i64 priority_index;
|
||||
bool ignore_duplicates;
|
||||
String extra_linker_flags;
|
||||
} LibraryName;
|
||||
i32 Nil;
|
||||
|
||||
Reference in New Issue
Block a user