From fcae526ea1ed6cbe2b79908e7625c93dac75c6c8 Mon Sep 17 00:00:00 2001 From: Yongjin Kim Date: Fri, 1 Feb 2013 15:58:03 +0900 Subject: [PATCH] support android build --- ll.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ll.rs b/ll.rs index 73e0f9f..c8b100e 100644 --- a/ll.rs +++ b/ll.rs @@ -30,6 +30,7 @@ pub static UNKNOWN: c_int = 11; extern { } #[cfg(target_os = "linux")] +#[cfg(target_os = "android")] #[nolink] #[link_args="-lhubbub -lparserutils"] extern { }