Trying to run this https://github.com/malcolmstill/zware-doom
I'm not familiar with the build system, nor the codebase in qustion at all, so I have no idea where to even begin to fix it.
#zware-doom LazyPath error
1 messages · Page 1 of 1 (latest)
pretty simple
a LazyPath is a wrapper for the path basically
so whereever you see a direct path string being used just replace it with something like:
.{.path = "whatever"}```
for the cache errors, well you have two options
either go into the cache and fix it yourself. or downgrade your zig version.