aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorDragos Popescu <31741257+DragosPopse@users.noreply.github.com>2023-03-22 12:08:45 +0100
committerGitHub <noreply@github.com>2023-03-22 12:08:45 +0100
commit144d034475cd52e969f030d5b4b0864234445e6f (patch)
treebef548b1eb11640f9ae6671ae1cee4cabfba8e90 /src/entity.cpp
parentef3d8bdc428a8248ff108f3a4d5ba0fc866ca9e3 (diff)
parente58915e12fdfc499b10adec4f3f0a61c7aa821ea (diff)
Merge branch 'odin-lang:master' into master
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
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 {