From 04d4ce671f0d45713d5b95f9570cbb8a0008b99b Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Fri, 26 Aug 2016 17:01:13 -0500 Subject: [PATCH] Add rlib type for linking inside of the Rust staticlib in Gecko --- ports/geckolib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index 7fb25cc81b0..8f94e3ce9ba 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [lib] name = "geckoservo" path = "lib.rs" -crate-type = ["staticlib"] +crate-type = ["staticlib", "rlib"] [dependencies] app_units = "0.3"