mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +00:00
Check for CURR_DATE_TIME
This commit is contained in:
@@ -237,6 +237,9 @@ bool try_cached_build(Checker *c, Array<String> const &args) {
|
||||
String16 wstr = make_string16_c(curr_string);
|
||||
curr_string += wstr.len+1;
|
||||
String str = string16_to_string(temporary_allocator(), wstr);
|
||||
if (string_starts_with(str, str_lit("CURR_DATE_TIME="))) {
|
||||
continue;
|
||||
}
|
||||
array_add(&envs, str);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user