`zig build-lib --static foo.zig` Right now it prints an error and exits. Instead zig should produce .a files on posix and .lib files on Windows.
zig build-lib --static foo.zigRight now it prints an error and exits. Instead zig should produce .a files on posix and .lib files on Windows.