mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Merge pull request #2899 from glennw/fix-deps
Fix submodule dependencies for string cache.
This commit is contained in:
commit
3c35a83939
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ DEPS_rust-http += \
|
|||
rust-url \
|
||||
$(NULL)
|
||||
|
||||
DEPS_string-cache += \
|
||||
rust-phf \
|
||||
rust \
|
||||
$(NULL)
|
||||
|
||||
# Platform-specific dependencies
|
||||
ifeq ($(CFG_OSTYPE),apple-darwin)
|
||||
DEPS_rust-azure += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue