Skip to content

Commit 4913069

Browse files
committed
docs: document support for building 32-bit Linux distributions
1 parent e9eeb5f commit 4913069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/building.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ To build a Python distribution for Linux x64 using musl libc::
2828

2929
$ ./build-linux.py --target x86_64-unknown-linux-musl
3030

31+
Building a 32-bit x86 Python distribution is also possible::
32+
33+
$ ./build-linux.py --target i686-unknown-linux-gnu
34+
3135
macOS
3236
=====
3337

0 commit comments

Comments
 (0)