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.
15 lines
275 B
15 lines
275 B
7 months ago
|
diff --git a/src/lib.rs b/src/lib.rs
|
||
|
index 9ec6df0..0cd8302 100644
|
||
|
--- a/src/lib.rs
|
||
|
+++ b/src/lib.rs
|
||
|
@@ -40,6 +40,9 @@
|
||
|
|
||
|
#![no_std]
|
||
|
|
||
|
+// ANDROID: Use std to allow building as a dylib.
|
||
|
+extern crate std;
|
||
|
+
|
||
|
include!(concat!(env!("OUT_DIR"), "/count.rs"));
|
||
|
|
||
|
#[doc(hidden)]
|