mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
I moved part of the compiler that checks environment variables to the standard library, so it doesn't have access to `build_options.only_c` anymore, which means some environment variable checks are leaking into the zig1.wasm build of zig. This logic still makes it return "no environment variables found" though.