diff --git a/third_party/blurmac/src/lib.rs b/third_party/blurmac/src/lib.rs index 0385c6af860..e828eef74e0 100644 --- a/third_party/blurmac/src/lib.rs +++ b/third_party/blurmac/src/lib.rs @@ -4,6 +4,7 @@ // . // This file may not be copied, modified, or distributed except // according to those terms. +#![cfg(target_os = "macos")] #[macro_use] extern crate log;