Skip to content

Commit

Permalink
Add rlib type for linking inside of the Rust staticlib in Gecko
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Aug 26, 2016
1 parent b98c17f commit 04d4ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/geckolib/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 04d4ce6

Please sign in to comment.