Add @(extra_linker_flags=<string>)

This commit is contained in:
gingerBill
2023-03-21 13:30:58 +00:00
parent a80ca23937
commit 2c4a478987
5 changed files with 28 additions and 1 deletions

View File

@@ -259,6 +259,7 @@ struct Entity {
Slice<String> paths;
String name;
i64 priority_index;
String extra_linker_flags;
} LibraryName;
i32 Nil;
struct {