From 549c6fc86da60cd21d2e4e7c2c8fb0357cbc8da9 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 26 Dec 2013 19:54:56 -0700 Subject: [PATCH] Build with make instead of rustpkg. --- alert.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;