mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +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/geom/rust-geom \
|
||||||
support/layers/rust-layers \
|
support/layers/rust-layers \
|
||||||
support/opengles/rust-opengles \
|
support/opengles/rust-opengles \
|
||||||
support/sharegl/sharegl"
|
support/sharegl/sharegl \
|
||||||
|
support/phf/rust-phf"
|
||||||
|
|
||||||
if [ $CFG_OSTYPE = "apple-darwin" ]
|
if [ $CFG_OSTYPE = "apple-darwin" ]
|
||||||
then
|
then
|
||||||
|
@ -738,6 +739,9 @@ do
|
||||||
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia"
|
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia"
|
||||||
ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA"
|
ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA"
|
||||||
;;
|
;;
|
||||||
|
support/phf/rust-phf)
|
||||||
|
ENABLE_DEBUG=""
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0165c93a0c77d1f48dcc62ffcb1a61e9fe9c4f28
|
Subproject commit d80359b6e5c45f859148ae0069a8edc30a63334c
|
Loading…
Add table
Add a link
Reference in a new issue