Since Zig was updated to default to the self-hosted backend for x86 debug builds the project created by 'jetzig init' fails to compile. I added 'exe.use_llvm = true' to the build.zig and it works again.
The error message seemed pretty useless to me:
"error: the following command terminated unexpectedly:..." followed by the zig build-exe command.
Since Zig was updated to default to the self-hosted backend for x86 debug builds the project created by 'jetzig init' fails to compile. I added 'exe.use_llvm = true' to the build.zig and it works again.
The error message seemed pretty useless to me:
"error: the following command terminated unexpectedly:..." followed by the zig build-exe command.