Skip to content

Commit

Permalink
fix: move dynamic_list.txt to zig-out/lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 22, 2024
1 parent 20cf861 commit 50b7b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ pub fn build(b: *std.Build) !void {
// LLVM instrumentation executable suite
const llvm_exes_step = b.step("llvm_exes", "Install LLVM instrumentation executable suite");

const dynamic_list_install = b.addInstallFile(AFLplusplus_dep.path("dynamic_list.txt"), "dynamic_list.txt");
const dynamic_list_install = b.addInstallFile(AFLplusplus_dep.path("dynamic_list.txt"), "lib/dynamic_list.txt");

const cc_exe = b.addExecutable(.{
.name = "afl-cc",
Expand Down

0 comments on commit 50b7b45

Please sign in to comment.