From 58007e044e4a0694fcb9b8d775b105ae44bf0cf7 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 14 Nov 2013 15:03:27 +0900 Subject: [PATCH] Find dependencies through rustpkg --- alert.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alert.rc b/alert.rc index aefa4e7..af60b10 100644 --- a/alert.rc +++ b/alert.rc @@ -11,7 +11,7 @@ #[crate_type="lib"]; #[cfg(target_os="macos")] -extern mod core_foundation; +extern mod core_foundation = "rust-core-foundation"; #[cfg(target_os="macos")] extern mod cocoa;