You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
diff --git a/src/lib.rs b/src/lib.rs
|
|
index 4790e08..b1896fb 100644
|
|
--- a/src/lib.rs
|
|
+++ b/src/lib.rs
|
|
@@ -1,5 +1,8 @@
|
|
#![no_std]
|
|
|
|
+// ANDROID: Unconditionally use std to allow building as a dylib.
|
|
+extern crate std;
|
|
+
|
|
#[macro_export]
|
|
macro_rules! impl_mirrored {
|
|
{
|