diff --git a/alert.rc b/alert.rc index af60b10..aefa4e7 100644 --- a/alert.rc +++ b/alert.rc @@ -11,7 +11,7 @@ #[crate_type="lib"]; #[cfg(target_os="macos")] -extern mod core_foundation = "rust-core-foundation"; +extern mod core_foundation; #[cfg(target_os="macos")] extern mod cocoa;