Disable rust-phf until cross compile / make check issue is sorted.

This commit is contained in:
Glenn Watson 2014-07-04 07:33:00 +10:00
parent b0ffeaf53c
commit 3f18a89084

5
configure vendored
View file

@ -534,7 +534,6 @@ CFG_SUBMODULES="\
support/glfw/glfw \
support/glfw/glfw-rs \
platform/macos/rust-cocoa \
support/phf/rust-phf \
${CFG_SUBMODULES}"
fi
@ -547,7 +546,6 @@ CFG_SUBMODULES="\
support/glfw/glfw-rs \
platform/linux/rust-fontconfig \
platform/linux/rust-freetype \
support/phf/rust-phf \
${CFG_SUBMODULES}"
fi
@ -739,9 +737,6 @@ do
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia"
ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA"
;;
support/phf/rust-phf)
ENABLE_DEBUG=""
;;
*)
;;
esac