mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Auto merge of #13064 - larsbergstrom:more_stylo_targets, r=metajack
Add rlib type for linking inside of the Rust staticlib in Gecko r? @metajack Super simple - just want to be able to both build as libgeckoservo.a and the .rlib so that the build system works either standalone or inside of m-c for Gecko. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13064) <!-- Reviewable:end -->
This commit is contained in:
commit
3e2753cbc9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue