mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add rust-phf to servo build.
This commit is contained in:
parent
897e39dcf3
commit
787679a35d
3 changed files with 9 additions and 1 deletions
6
configure
vendored
6
configure
vendored
|
@ -502,7 +502,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
|
||||
|
@ -714,6 +715,9 @@ do
|
|||
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia"
|
||||
ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA"
|
||||
;;
|
||||
support/phf/rust-phf)
|
||||
ENABLE_DEBUG=""
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue