diff options
author | Victor Stinner <vstinner@python.org> | 2021-04-12 23:27:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 23:27:35 +0200 |
commit | 85918e4ab6e9410008aef6dedf000d24b3e120ea (patch) | |
tree | e4c282aec978ebb45778dbd3897978aa42f4cea7 /Doc/using/unix.rst | |
parent | 20ac34772aa9805ccbf082e700f2b033291ff5d2 (diff) | |
download | cpython-git-85918e4ab6e9410008aef6dedf000d24b3e120ea.tar.gz |
bpo-43774: Add more links to configure options (GH-25363)
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r-- | Doc/using/unix.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index b5b26ecef2..09dd5b0ac6 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -168,6 +168,7 @@ Custom OpenSSL $ popd 3. Build Python with custom OpenSSL + (see the configure `--with-openssl` and `--with-openssl-rpath` options) .. code-block:: shell-session |