build: running `zig build -Dn=n test` fails when libc is required
Closed this issue · 0 comments
perillo commented
This bug was introduced in the past, when adding exercises requiring libc.
The test
step uses the normal build step, not ZiglingStep
, and the code was not updated.
I was aware of this bug but forgot to open an issue for it.
The bug is fixed on my local branch.