mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Remove phf from android build for now, until cross compiler build is worked out.
This commit is contained in:
parent
ebd7fb060d
commit
9ab71c20ac
1 changed files with 3 additions and 2 deletions
5
configure
vendored
5
configure
vendored
|
@ -522,8 +522,7 @@ 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
|
||||||
|
@ -535,6 +534,7 @@ CFG_SUBMODULES="\
|
||||||
support/glfw/glfw \
|
support/glfw/glfw \
|
||||||
support/glfw/glfw-rs \
|
support/glfw/glfw-rs \
|
||||||
platform/macos/rust-cocoa \
|
platform/macos/rust-cocoa \
|
||||||
|
support/phf/rust-phf \
|
||||||
${CFG_SUBMODULES}"
|
${CFG_SUBMODULES}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -547,6 +547,7 @@ CFG_SUBMODULES="\
|
||||||
support/glfw/glfw-rs \
|
support/glfw/glfw-rs \
|
||||||
platform/linux/rust-fontconfig \
|
platform/linux/rust-fontconfig \
|
||||||
platform/linux/rust-freetype \
|
platform/linux/rust-freetype \
|
||||||
|
support/phf/rust-phf \
|
||||||
${CFG_SUBMODULES}"
|
${CFG_SUBMODULES}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue