Skip to content

Commit 75197d3

Browse files
style: pre-commit fixes
1 parent 8bc1885 commit 75197d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/crosscompile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ will not know you've set this and won't get the correct wheel name.
1818

1919
On macOS, AppleClang has excellent support for making Apple Silicon and
2020
Universal2 binaries (both architectures in one binary). Scikit-build-core
21-
respects `ARCHFLAGS` if `CMAKE_SYSTEM_PROCESSOR` is not in the cmake args.
22-
These values are set by most redistributable builders like cibuildwheel when
21+
respects `ARCHFLAGS` if `CMAKE_SYSTEM_PROCESSOR` is not in the cmake args. These
22+
values are set by most redistributable builders like cibuildwheel when
2323
cross-compiling.
2424

2525
:::{warning}
@@ -34,8 +34,8 @@ Universal2.
3434

3535
:::{warning}
3636

37-
If you manually set the arch flags in other ways besides `ARCHFLAGS`, or the
38-
one special case above, scikit-build-core will not get the right wheel name.
37+
If you manually set the arch flags in other ways besides `ARCHFLAGS`, or the one
38+
special case above, scikit-build-core will not get the right wheel name.
3939

4040
:::
4141

0 commit comments

Comments
 (0)