Skip to content

Commit cbc8fb9

Browse files
committed
Set up RUSTDOCFLAGS for building libc
1 parent 9db561f commit cbc8fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/dox.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ while read -r target; do
4747

4848
rustup target add "${target}" || true
4949

50+
# Enable extra configuration flags:
51+
export RUSTDOCFLAGS="--cfg freebsd11"
52+
5053
# If cargo doc fails, then try xargo:
5154
if ! cargo doc --target "${target}" \
5255
--no-default-features --features extra_traits ; then

0 commit comments

Comments
 (0)