diff options
author | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-06-13 14:04:33 -0700 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2022-06-14 09:29:51 +0000 |
commit | 78436032f9eed6f943074828b7c6ca926d23a280 (patch) | |
tree | 25d9030b42aa86e79aece2ade97241e5cf00ecd0 /docs/userguide/ext_modules.rst | |
parent | adfe9c3c54e81cfd14b59e31e43673d81cb8a055 (diff) | |
download | python-setuptools-git-78436032f9eed6f943074828b7c6ca926d23a280.tar.gz |
docs/userguide/ext_modules.rst: More sysconfig variables
Diffstat (limited to 'docs/userguide/ext_modules.rst')
-rw-r--r-- | docs/userguide/ext_modules.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguide/ext_modules.rst b/docs/userguide/ext_modules.rst index fa06a8e9..129307f8 100644 --- a/docs/userguide/ext_modules.rst +++ b/docs/userguide/ext_modules.rst @@ -17,7 +17,8 @@ compiler and linker options from various sources, as specified by `test_customize_compiler <https://github.com/pypa/setuptools/blob/main/setuptools/_distutils/tests/test_sysconfig.py>`_: - * the ``sysconfig`` variables ``CFLAGS`` and ``LDFLAGS``, + * the ``sysconfig`` variables ``CC``, ``CXX``, ``CCSHARED``, + ``LDSHARED``, and ``CFLAGS``, * the environment variables :envvar:`CC`, :envvar:`CPP`, :envvar:`CXX`, :envvar:`LDSHARED` and :envvar:`LDFLAGS`, :envvar:`CFLAGS`, :envvar:`CPPFLAGS`, :envvar:`LDFLAGS`, |