Skip to content
Snippets Groups Projects
Commit cbc8fb97 authored by gnzlbg's avatar gnzlbg
Browse files

Set up RUSTDOCFLAGS for building libc

parent 9db561f0
No related branches found
No related tags found
Loading
......@@ -47,6 +47,9 @@ while read -r target; do
rustup target add "${target}" || true
# Enable extra configuration flags:
export RUSTDOCFLAGS="--cfg freebsd11"
# If cargo doc fails, then try xargo:
if ! cargo doc --target "${target}" \
--no-default-features --features extra_traits ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment