Merge pull request #168 from ozkriff/fix_arm
Fixed android build: added [no_link] to rand_macros
This commit is contained in:
commit
bef061c04c
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