mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add stringcache to build, now that phf is working on android
This commit is contained in:
parent
91de702edb
commit
9af9ce4bc0
3 changed files with 6 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -523,7 +523,8 @@ CFG_SUBMODULES="\
|
|||
support/layers/rust-layers \
|
||||
support/opengles/rust-opengles \
|
||||
support/sharegl/sharegl \
|
||||
support/phf/rust-phf"
|
||||
support/phf/rust-phf \
|
||||
support/stringcache/string-cache"
|
||||
|
||||
if [ $CFG_OSTYPE = "apple-darwin" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue