We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dynamic_list.txt
zig-out/lib/
1 parent 20cf861 commit 50b7b45Copy full SHA for 50b7b45
build.zig
@@ -387,7 +387,7 @@ pub fn build(b: *std.Build) !void {
387
// LLVM instrumentation executable suite
388
const llvm_exes_step = b.step("llvm_exes", "Install LLVM instrumentation executable suite");
389
390
- 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");
391
392
const cc_exe = b.addExecutable(.{
393
.name = "afl-cc",
0 commit comments