Skip to content

Commit 50b7b45

Browse files
committed
fix: move dynamic_list.txt to zig-out/lib/
1 parent 20cf861 commit 50b7b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ pub fn build(b: *std.Build) !void {
387387
// LLVM instrumentation executable suite
388388
const llvm_exes_step = b.step("llvm_exes", "Install LLVM instrumentation executable suite");
389389

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

392392
const cc_exe = b.addExecutable(.{
393393
.name = "afl-cc",

0 commit comments

Comments
 (0)