Skip to content

Commit 2bff430

Browse files
committed
fix doc script
1 parent 050189f commit 2bff430

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/dox.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ dox() {
2222
rm -rf target/doc/$arch
2323
mkdir target/doc/$arch
2424

25-
rustdoc --target $target -o target/doc/$arch src/lib.rs --crate-name stdsimd
25+
cargo clean
26+
cargo build --target $target
27+
28+
rustdoc --target $target -o target/doc/$arch src/lib.rs --crate-name stdsimd --library-path target/$target/debug/deps
2629
}
2730

2831
dox i686 i686-unknown-linux-gnu

0 commit comments

Comments
 (0)