Merge pull request #2747 from glennw/android-phf

Remove phf from android build for now, as it's not supported with current build process. r=mbrubeck
This commit is contained in:
Matt Brubeck 2014-07-02 11:10:56 -07:00
commit 3c1a477e10

5
configure vendored
View file

@ -522,8 +522,7 @@ CFG_SUBMODULES="\
support/geom/rust-geom \
support/layers/rust-layers \
support/opengles/rust-opengles \
support/sharegl/sharegl \
support/phf/rust-phf"
support/sharegl/sharegl"
if [ $CFG_OSTYPE = "apple-darwin" ]
then
@ -535,6 +534,7 @@ CFG_SUBMODULES="\
support/glfw/glfw \
support/glfw/glfw-rs \
platform/macos/rust-cocoa \
support/phf/rust-phf \
${CFG_SUBMODULES}"
fi
@ -547,6 +547,7 @@ CFG_SUBMODULES="\
support/glfw/glfw-rs \
platform/linux/rust-fontconfig \
platform/linux/rust-freetype \
support/phf/rust-phf \
${CFG_SUBMODULES}"
fi