diff options
| author | Dragos Popescu <31741257+DragosPopse@users.noreply.github.com> | 2023-03-22 12:08:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 12:08:45 +0100 |
| commit | 144d034475cd52e969f030d5b4b0864234445e6f (patch) | |
| tree | bef548b1eb11640f9ae6671ae1cee4cabfba8e90 /src/entity.cpp | |
| parent | ef3d8bdc428a8248ff108f3a4d5ba0fc866ca9e3 (diff) | |
| parent | e58915e12fdfc499b10adec4f3f0a61c7aa821ea (diff) | |
Merge branch 'odin-lang:master' into master
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 0c3629b2b..d6f4edece 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -259,6 +259,7 @@ struct Entity { Slice<String> paths; String name; i64 priority_index; + String extra_linker_flags; } LibraryName; i32 Nil; struct { |