summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-12 16:41:38 +0000
committerGitHub <noreply@github.com>2023-01-12 16:41:38 +0000
commit583836fd4110a03ac45a0e26ae58f54046de124b (patch)
treea5106045748ef879c89e189c73a3a5b1e860c550
parent79673cb607b871d955a9a984d3488296d48dc5bc (diff)
parent5f9df7bb74e5215ba649fe3d448f3455bce2aa50 (diff)
downloadpython-setuptools-git-583836fd4110a03ac45a0e26ae58f54046de124b.tar.gz
Docs: Remove repeated mention of LDFLAGS environment variable (#3766)
Thank you @matthewfeickert
-rw-r--r--docs/userguide/ext_modules.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/ext_modules.rst b/docs/userguide/ext_modules.rst
index 9119830c..a59599b2 100644
--- a/docs/userguide/ext_modules.rst
+++ b/docs/userguide/ext_modules.rst
@@ -76,8 +76,8 @@ compiler and linker options from various sources:
* the ``sysconfig`` variables ``CC``, ``CXX``, ``CCSHARED``,
``LDSHARED``, and ``CFLAGS``,
* the environment variables ``CC``, ``CPP``,
- ``CXX``, ``LDSHARED`` and ``LDFLAGS``,
- ``CFLAGS``, ``CPPFLAGS``, ``LDFLAGS``,
+ ``CXX``, ``LDSHARED`` and ``CFLAGS``,
+ ``CPPFLAGS``, ``LDFLAGS``,
* the ``Extension`` attributes ``include_dirs``,
``library_dirs``, ``extra_compile_args``, ``extra_link_args``,
``runtime_library_dirs``.