Add rlib type for linking inside of the Rust staticlib in Gecko

This commit is contained in:
Lars Bergstrom 2016-08-26 17:01:13 -05:00
parent b98c17fab5
commit 04d4ce671f

View file

@ -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"