Skip to content

Commit 58e504f

Browse files
committed
Update cargo feature description for "cache" in lib.rs
1 parent 87c6477 commit 58e504f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openblas-src/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//!
77
//! The following Cargo features are supported:
88
//!
9-
//! * `cache` to build in `.cargo` instead of `target`,
9+
//! * `cache` to build in shared directory e.g. `$XDG_DATA_HOME/openblas_build/`
10+
//! instead of `target` (see README),
1011
//! * `cblas` to build CBLAS (enabled by default),
1112
//! * `lapacke` to build LAPACKE (enabled by default),
1213
//! * `static` to link to OpenBLAS statically, and

0 commit comments

Comments
 (0)