Support building for Redox

This commit is contained in:
Jeremy Soller
2018-03-04 08:10:42 -07:00
parent 352f485649
commit 866d952924
9 changed files with 64 additions and 19 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ cbindgen = { path = "../../cbindgen" }
[dependencies]
platform = { path = "../../platform" }
va_list = { version = "0.1", features = ["no_std"] }
va_list = { path = "../../va_list", features = ["no_std"] }