mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #23504 - jdm:win-simpleservo, r=asajeffrey
Build simpleservo on Windows The mozangle change means that we don't rebuild mozangle (and transitively script) because the requested features are different when building libsimpleservo. <!-- 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/23504) <!-- Reviewable:end -->
This commit is contained in:
commit
4c234de927
4 changed files with 5 additions and 2 deletions
|
@ -85,3 +85,6 @@ git = "https://github.com/servo/media"
|
|||
|
||||
[target.'cfg(not(any(all(target_os = "android", target_arch = "arm"), target_arch = "x86_64")))'.dependencies.servo-media-dummy]
|
||||
git = "https://github.com/servo/media"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
mozangle = { version = "0.2", features = ["egl"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue