diff --git a/ll.rs b/ll.rs index 73e0f9f..a02cb34 100644 --- a/ll.rs +++ b/ll.rs @@ -34,6 +34,11 @@ extern { } #[link_args="-lhubbub -lparserutils"] extern { } +#[cfg(target_os = "android")] +#[nolink] +#[link_args="-lhubbub -lparserutils"] +extern { } + #[nolink] extern { pub fn hubbub_error_to_string(error: Error) -> *u8;