zigplotlib icon indicating copy to clipboard operation
zigplotlib copied to clipboard

std.Build.path function in build.zig

Open FObersteiner opened this issue 1 year ago • 0 comments

Hi there :) Just stumbled across this; your library (which is quiet fun to play with!) is not using std.Build.pah function yet. Instead, the build.zig uses the now (as of Zig 0.12) deprecated .root_source_file = .{ .path =... syntax.

If you use .root_source_file = b.path("path-to-.zig") that works with 0.12 and 0.13-dev.

FObersteiner avatar May 25 '24 17:05 FObersteiner