aboutsummaryrefslogtreecommitdiff
path: root/build.zig
blob: e24f79266a54085970fd44c001780e1d4a79f0c3 (plain) (blame)
1
2
3
4
5
const std = @import("std");

pub fn build(b: *std.Build) void {
    _ = b; // stub
}