You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
First time trying to use zig.
zfltk/build.zig
Line 59 in fa777e7
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?The text was updated successfully, but these errors were encountered: