| author | |
| committer | |
| log | 4f8cfcbbfd6d648ecce2f86cf9798aae06611934 |
| tree | a6405cf17a511e4066f33e96863fe4007c0add67 |
| parent | 4296ed9c4232a4d3a7d50759420b3ebed1e639e8 |
| signature |
https://codeberg.org/ziglang/zig/issues/307281 files changed, 1 insertions(+), 0 deletions(-)
test/standalone/libfuzzer/build.zig+1| ... | ... | @@ -6,6 +6,7 @@ pub fn build(b: *std.Build) void { |
| 6 | 6 | const optimize = b.standardOptimizeOption(.{}); |
| 7 | 7 | |
| 8 | 8 | if (builtin.os.tag == .windows) return; // TODO: libfuzzer support for windows |
| 9 | if (builtin.os.tag == .openbsd) return; // https://codeberg.org/ziglang/zig/issues/30728 | |
| 9 | 10 | |
| 10 | 11 | const run_step = b.step("run", "Run executables"); |
| 11 | 12 | const exe = b.addExecutable(.{ |