dan
dan
i'm facing the same build error as @theRemix
stage2: commit ca1c18 cause lld throws undefined symbol error when building in debug mode on windows
@jcmoyer first reported the bug in https://github.com/ziglang/zig/pull/13145#issuecomment-1280035023, and some discussion happened there. as mentioned in the pr, we could change this part of the code back to using `std.process.getEnvVarOwned`, but...
stage2: commit ca1c18 cause lld throws undefined symbol error when building in debug mode on windows
seems like the `native_info` parameter isn't comptime known. should we instead use `builtin.target.os.tag`?
stage2: commit ca1c18 cause lld throws undefined symbol error when building in debug mode on windows
fixed in https://github.com/ziglang/zig/pull/13036/commits/c7772dd69455f6abf0ff2594f8b049acb078c921
hi, any update on this pr?
i use windows at work and use linux at home. the only thing i miss on windows is remedybg. really wish we could have this available on linux. i would...