mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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 \
|
||||||
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,7 +546,6 @@ 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
|
||||||
|
|
||||||
|
@ -739,9 +737,6 @@ do
|
||||||
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia"
|
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia"
|
||||||
ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA"
|
ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA"
|
||||||
;;
|
;;
|
||||||
support/phf/rust-phf)
|
|
||||||
ENABLE_DEBUG=""
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue