Skip to content

Commit 9430a28

Browse files
[review] messense
Co-authored-by: messense <[email protected]>
1 parent 4e6a0b3 commit 9430a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/building_and_distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ See, as an example, Bazel rules to build PyO3 on Linux at https://github.com/The
8484

8585
#### macOS
8686

87-
On macOS, because the `extension-module` feature disables linking to `libpython` ([see the next section](#the-extension-module-feature)), some additional linker arguments need to be set. `maturin` and `setuptools-rust` both pass these arguments for automatically, but projects using manual builds will need to set these directly in order to support macOS.
87+
On macOS, because the `extension-module` feature disables linking to `libpython` ([see the next section](#the-extension-module-feature)), some additional linker arguments need to be set. `maturin` and `setuptools-rust` both pass these arguments for PyO3 automatically, but projects using manual builds will need to set these directly in order to support macOS.
8888

8989
The easiest way to set the correct linker arguments is to add a [`build.rs`](https://doc.rust-lang.org/cargo/reference/build-scripts.html) with the following content:
9090

0 commit comments

Comments
 (0)