<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/tools/cargo/crates/cargo-util/src/paths.rs.orig	2022-04-04 02:41:28.000000000 -0700
+++ src/tools/cargo/crates/cargo-util/src/paths.rs	2022-04-10 08:55:43.000000000 -0700
@@ -762,10 +762,10 @@
     }
 }
 
-#[cfg(not(target_os = "macos"))]
+#[cfg(target_os = "macos")]
 fn exclude_from_time_machine(_: &amp;Path) {}
 
-#[cfg(target_os = "macos")]
+#[cfg(not(target_os = "macos"))]
 /// Marks files or directories as excluded from Time Machine on macOS
 fn exclude_from_time_machine(path: &amp;Path) {
     use core_foundation::base::TCFType;
</pre></body></html>