From 5f9df7bb74e5215ba649fe3d448f3455bce2aa50 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 11 Jan 2023 17:11:47 -0600 Subject: docs: Remove repeated mention of LDFLAGS environment variable * The first instance of LDFLAGS is removed instead of the second to match the style of the preceding environment variables. --- docs/userguide/ext_modules.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/userguide') 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``. -- cgit v1.2.1