From 36867426a97c629acadb3782173444007651dc69 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Fri, 21 Mar 2014 11:30:17 -0500 Subject: [PATCH] Produce dylib and rlib --- alert.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alert.rc b/alert.rc index 0b75e11..0b578a2 100644 --- a/alert.rc +++ b/alert.rc @@ -9,6 +9,8 @@ #[crate_id = "github.com/mozilla-servo/rust-alert#alert:0.1"]; #[crate_type = "lib"]; +#[crate_type = "rlib"]; +#[crate_type = "dylib"]; #[cfg(target_os="macos")] extern crate core_foundation;