Refer to macOS, not Mac OS X.

This commit is contained in:
Bruce Mitchener 2018-09-25 13:28:48 +07:00 committed by Sébastien Crozet
parent c6ca1ca3e2
commit 3aeb2549d8
2 changed files with 4 additions and 4 deletions

View File

@ -38,9 +38,9 @@ CBLAS:
export CARGO_FEATURES="--no-default-features --features netlib" export CARGO_FEATURES="--no-default-features --features netlib"
cargo build ${CARGO_FEATURES} cargo build ${CARGO_FEATURES}
### Mac OS X ### macOS
On Mac OS X, do this to use Apple's Accelerate framework: On macOS, do this to use Apple's Accelerate framework:
export CARGO_FEATURES="--no-default-features --features accelerate" export CARGO_FEATURES="--no-default-features --features accelerate"
cargo build ${CARGO_FEATURES} cargo build ${CARGO_FEATURES}

View File

@ -40,9 +40,9 @@
//! cargo build ${CARGO_FEATURES} //! cargo build ${CARGO_FEATURES}
//! ``` //! ```
//! //!
//! ### Mac OS X //! ### macOS
//! //!
//! On Mac OS X, do this to use Apple's Accelerate framework: //! On macOS, do this to use Apple's Accelerate framework:
//! //!
//! ```.ignore //! ```.ignore
//! export CARGO_FEATURES="--no-default-features --features accelerate" //! export CARGO_FEATURES="--no-default-features --features accelerate"