Merge pull request #2804 from glennw/enable-phf

Enable rust-phf build and bump rust-phf submodule ptr.
This commit is contained in:
Jack Moffitt 2014-07-10 22:37:46 -06:00
commit 11d9ae6103
2 changed files with 6 additions and 2 deletions

6
configure vendored
View file

@ -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