Open senyai opened 1 month ago
Hello It might be a change in zig. The package management there is still evolving. What version are you on?
I clicked on the first link on the Zig download page. It's 0.14.0-dev.2051+b1361f237
. Downgrading to 0.13.0
solved this issue.
First time trying to use zig. https://github.com/MoAlyousef/zfltk/blob/fa777e7fa40e689c2908c8fd34b838280b6e6c47/build.zig#L59
I bet the issue is on my side, but I don't know where to look. I replaced
unreachable
with@compileError(@src().file ++ " has no directory");
and got "error: build.zig has no directory". So, why do I need to have a dirname?