Maksim Bondarenkov
Maksim Bondarenkov
I pushed an update for msys2. you can download the artifact from relevant PR upd.: https://github.com/msys2/MINGW-packages/actions/runs/7960469969/artifacts/1256653069
> Will Krokiet be available in MSYS2? Thanks. I'll try to add it in future
> Will Krokiet be available in MSYS2? Thanks. @Mewto7 https://packages.msys2.org/package/mingw-w64-ucrt-x86_64-krokiet?repo=ucrt64
this is a different one than https://github.com/ziglang/zig/issues/12985 was
update: recieving different errors while static compiling
> Just ran into this myself on linux. This seems to be because it's linking against the static `liblld*` libraries without also checking their dependencies and linking against them (in...
> The static LLD libraries use symbols from zlib/zstd, but since zig's build system isn't linking against them they're undefined. ok. so the issue from zig side. thanks a lot...
> have you tried cmake options: > ``` > -DZIG_STATIC_ZLIB=ON > -DZIG_STATIC_ZSTD=ON > ``` I don't remember actually... but I remember that I tried static llvm. but now it's not...
https://github.com/msys2/MINGW-packages/pull/17990
> did I overlook something? use `build-${MSYSTEM}` directory for build. for details see the [template](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-PKGBUILD-templates%2FPKGBUILD.CMake-tarball.sh#L32)