Fixed android build: added [no_link] to rand_macros
This commit is contained in:
parent
5a8640efcb
commit
dbd6acaeb7
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate rand;
|
||||
#[plugin]
|
||||
#[no_link]
|
||||
extern crate rand_macros;
|
||||
|
||||
// Re-exports
|
||||
|
|
Loading…
Reference in a new issue