mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Merge pull request #2804 from glennw/enable-phf
Enable rust-phf build and bump rust-phf submodule ptr.
This commit is contained in:
commit
11d9ae6103
2 changed files with 6 additions and 2 deletions
6
configure
vendored
6
configure
vendored
|
@ -522,7 +522,8 @@ CFG_SUBMODULES="\
|
|||
support/geom/rust-geom \
|
||||
support/layers/rust-layers \
|
||||
support/opengles/rust-opengles \
|
||||
support/sharegl/sharegl"
|
||||
support/sharegl/sharegl \
|
||||
support/phf/rust-phf"
|
||||
|
||||
if [ $CFG_OSTYPE = "apple-darwin" ]
|
||||
then
|
||||
|
@ -738,6 +739,9 @@ do
|
|||
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia"
|
||||
ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA"
|
||||
;;
|
||||
support/phf/rust-phf)
|
||||
ENABLE_DEBUG=""
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0165c93a0c77d1f48dcc62ffcb1a61e9fe9c4f28
|
||||
Subproject commit d80359b6e5c45f859148ae0069a8edc30a63334c
|
Loading…
Add table
Add a link
Reference in a new issue