authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-10-27 02:52:57 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-10-27 02:52:57 -07:00
log532d0876e5b06b52fcdef345854ff9792ec02380
tree1479490939fdebe238767d3c322125891a1a0365
parentb6f62876a1d2bdb8fcbfe740912c570acb8d2922

update build.zig for 0.13


1 files changed, 1 insertions(+), 1 deletions(-)

build.zig+1-1
...@@ -62,7 +62,7 @@ fn addFuzzer(b: *std.Build, target: std.Build.ResolvedTarget, comptime name: []c...@@ -62,7 +62,7 @@ fn addFuzzer(b: *std.Build, target: std.Build.ResolvedTarget, comptime name: []c
62 fuzz_compile.addArgs(afl_clang_args);62 fuzz_compile.addArgs(afl_clang_args);
6363
64 // Install the cached output to the install 'bin' path64 // Install the cached output to the install 'bin' path
65 const fuzz_install = b.addInstallBinFile(.{ .path = fuzz_exe_path }, fuzz_executable_name);65 const fuzz_install = b.addInstallBinFile(.{ .cwd_relative = fuzz_exe_path }, fuzz_executable_name);
66 fuzz_install.step.dependOn(&fuzz_compile.step);66 fuzz_install.step.dependOn(&fuzz_compile.step);
6767
68 return fuzz_install;68 return fuzz_install;