#New Build.LazyPath error
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
This is in my cached build.zig /home/user/.cache/zig/p/HASH/src/build.zig, not my actual build.zig.
That path is to a package's build.zig. raylib's, in this case
You'll need to edit their call to installHeader to use .{ .path = "raylib.h" } instead of "raylib.h"
just made a PR for the latest zig so you should be able to switch back soon