From dbd6acaeb7c104659a4d66672ac98b39794113bd Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Mon, 9 Feb 2015 15:57:27 +0300 Subject: [PATCH] Fixed android build: added [no_link] to rand_macros --- src/cgmath.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cgmath.rs b/src/cgmath.rs index b57986f..493cc7b 100644 --- a/src/cgmath.rs +++ b/src/cgmath.rs @@ -34,6 +34,7 @@ extern crate "rustc-serialize" as rustc_serialize; extern crate rand; #[plugin] +#[no_link] extern crate rand_macros; // Re-exports