aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cargo2android.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index b80410f..07981d1 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,7 +1,10 @@
{
"alloc": true,
"dependencies": true,
- "dependency-suffix": "_nostd",
+ "dep-suffixes": {
+ "byteorder": "_nostd",
+ "spin": "_nostd"
+ },
"device": true,
"force-rlib": true,
"no-host": true,