Take off every Zig!
Working example in zig 0.11.0-dev.1503+17404f8e6
const pkg_postgres = std.build.Pkg{ .name = "postgres", .source = std.build.FileSource{ .path = "deps/zig-postgres/src/postgres.zig", }, }; ... exe.addPackage(pkg_postgres);
github.com/rofrol/zig-postgres-tryout
stackoverflow.com/questions/684211...
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Working example in zig 0.11.0-dev.1503+17404f8e6
github.com/rofrol/zig-postgres-tryout
stackoverflow.com/questions/684211...