mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Disable rust-phf until cross compile / make check issue is sorted.
This commit is contained in:
parent
b0ffeaf53c
commit
3f18a89084
1 changed files with 0 additions and 5 deletions
5
configure
vendored
5
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue