mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-03 07:08:20 +00:00
Merge pull request #2383 from eisbehr/target-features-fix
Fix: -target-feature list missing commas
This commit is contained in:
@@ -1369,6 +1369,7 @@ gb_internal char const *target_features_set_to_cstring(gbAllocator allocator, bo
|
||||
gb_memmove(features + len, feature.text, feature.len);
|
||||
len += feature.len;
|
||||
if (with_quotes) features[len++] = '"';
|
||||
i += 1;
|
||||
}
|
||||
features[len++] = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user