diff options
author | 2021-10-01 15:05:34 -0700 | |
---|---|---|
committer | 2021-10-01 15:05:34 -0700 | |
commit | 222027991f65c6520b747b4d3f3be6dec14083ff (patch) | |
tree | 2485466e7ec703d4ea08afdb21c83c229160244c /build.zig | |
parent | c8127d0ae6f7e1efa3e514411bc08d21ff22cbdc (diff) | |
download | bun-222027991f65c6520b747b4d3f3be6dec14083ff.tar.gz bun-222027991f65c6520b747b4d3f3be6dec14083ff.tar.zst bun-222027991f65c6520b747b4d3f3be6dec14083ff.zip |
Build stuff
Diffstat (limited to '')
-rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -282,6 +282,7 @@ pub fn build(b: *std.build.Builder) !void { obj_step.dependOn(&obj.step); obj.setOutputDir(output_dir); obj.setBuildMode(mode); + obj.linkLibC(); obj.setTarget(target); } else { b.default_step.dependOn(&exe.step); |