mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #1122 : metajack/servo/fix-hubbub-deps, r=metajack,me
This fixes a parallel build issue where hubbub is built before libparserutils.
This commit is contained in:
commit
45b7c9eee8
2 changed files with 5 additions and 1 deletions
|
@ -38,6 +38,10 @@ NATIVE_BUILDS += \
|
|||
|
||||
# NB. This should not be a problem once a real package system exists.
|
||||
|
||||
DEPS_hubbub += \
|
||||
libparserutils \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-azure += \
|
||||
rust-opengles \
|
||||
rust-layers \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 176642e1a4850074313e357dffe1508f9832eac6
|
||||
Subproject commit 614d65361a29c0100bd662102e1b8d33698ea330
|
Loading…
Add table
Add a link
Reference in a new issue