| ... | @@ -295,7 +295,7 @@ fn mainArgs( | ... | @@ -295,7 +295,7 @@ fn mainArgs( |
| 295 | // However it's possible Zig is installed as *that* C compiler as well, which is | 295 | // However it's possible Zig is installed as *that* C compiler as well, which is |
| 296 | // why we have this additional environment variable here to check. | 296 | // why we have this additional environment variable here to check. |
| 297 | | 297 | |
| 298 | const inf_loop_env_key: EnvVar = .ZIG_IS_TRYING_TO_NOT_CALL_ITSELF; | 298 | const inf_loop_env_key: EnvVar = .ZIG_IS_AVOIDING_CALLING_ITSELF; |
| 299 | if (inf_loop_env_key.isSet(environ_map)) { | 299 | if (inf_loop_env_key.isSet(environ_map)) { |
| 300 | fatal("{s}", .{ | 300 | fatal("{s}", .{ |
| 301 | "The compilation links against libc, but Zig is unable to provide a libc " ++ | 301 | "The compilation links against libc, but Zig is unable to provide a libc " ++ |