diff options
| author | gingerBill <bill@gingerbill.org> | 2025-01-30 10:37:21 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-01-30 10:37:21 +0000 |
| commit | 5efa3510cfeebf498f78b35a213bab0c1014a85e (patch) | |
| tree | 8d0040882adf0bf2a6c5a5a8a91d99906b5664da /src/entity.cpp | |
| parent | 998d6525b7e1cc046f9cf58577fa71ee88b7c9a0 (diff) | |
| parent | 2656ecd4e17d448f1d972270bde87f75bc096d0d (diff) | |
Merge branch 'master' into bill/sdl3
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 802b381f9..d137a8674 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -274,6 +274,7 @@ struct Entity { Slice<String> paths; String name; i64 priority_index; + bool ignore_duplicates; String extra_linker_flags; } LibraryName; i32 Nil; |