Generate rlibs by default (instead of dylibs)

Closes #11253
This commit is contained in:
Alex Crichton 2014-01-21 11:49:04 -08:00
parent edfb546e4b
commit 8a1b4dc9da
6 changed files with 16 additions and 11 deletions

View file

@ -9,7 +9,7 @@
// except according to those terms.
#[crate_id="boot#0.1"];
#[crate_type="lib"];
#[crate_type="dylib"];
#[no_uv];
extern mod rustuv;

View file

@ -9,7 +9,7 @@
// except according to those terms.
#[crate_id="boot#0.1"];
#[crate_type="lib"];
#[crate_type="dylib"];
#[no_uv];
extern mod native;