mac forkserver linkage fix (#1503)

This commit is contained in:
Addison Crump 2023-09-14 12:52:29 +02:00 committed by GitHub
parent defe9084ae
commit 0b889312ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ fn main() {
.file(src_dir.join("cmplog.c"))
.compile("cmplog");
#[cfg(any(target_os = "linux", target_os = "freebsd"))]
#[cfg(unix)]
{
println!("cargo:rerun-if-changed=src/forkserver.c");