Fix submodule dependencies for string cache.

This commit is contained in:
Glenn Watson 2014-07-23 07:41:52 +10:00
parent 9f06b3ce17
commit 0659fe7e66

View file

@ -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 += \