Some fixes to compile for Android (#1063)

* Some fixes to compile for Android

* Revert change to cli
This commit is contained in:
Pierre Krieger
2020-05-04 16:04:33 +02:00
committed by GitHub
parent 3b309c776c
commit 626a4aeccf
5 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", op
parking_lot = { version = "0.10.0", optional = true }
log = { version = "0.4.8", optional = true }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
[target.'cfg(not(any(target_os = "android", target_os = "unknown")))'.dependencies]
shared_memory = { version = "0.10.0", optional = true }
[features]