Skip to content

Commit 0b88931

Browse files
authored
mac forkserver linkage fix (#1503)
1 parent defe908 commit 0b88931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl_targets/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn main() {
156156
.file(src_dir.join("cmplog.c"))
157157
.compile("cmplog");
158158

159-
#[cfg(any(target_os = "linux", target_os = "freebsd"))]
159+
#[cfg(unix)]
160160
{
161161
println!("cargo:rerun-if-changed=src/forkserver.c");
162162

0 commit comments

Comments
 (0)