Fixed android build: added [no_link] to rand_macros

This commit is contained in:
Andrey Lesnikov 2015-02-09 15:57:27 +03:00
parent 5a8640efcb
commit dbd6acaeb7

View file

@ -34,6 +34,7 @@
extern crate "rustc-serialize" as rustc_serialize; extern crate "rustc-serialize" as rustc_serialize;
extern crate rand; extern crate rand;
#[plugin] #[plugin]
#[no_link]
extern crate rand_macros; extern crate rand_macros;
// Re-exports // Re-exports