Skip to content

Commit 762159d

Browse files
Fixed typo (conan-io#3748)
1 parent b9fe686 commit 762159d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/tools/meson/mesontoolchain.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ conf
201201
- ``tools.build:cflags`` list of extra of pure C flags that is used by ``c_args``.
202202
- ``tools.build:sharedlinkflags`` list of extra linker flags that is used by ``c_link_args`` and ``cpp_link_args``.
203203
- ``tools.build:exelinkflags`` list of extra linker flags that is used by ``c_link_args`` and ``cpp_link_args``.
204-
- ``tools.build:linker_scripts`` list of linker scripts, each of which will be prefixed with ``-T`` and passed to ``c_link_args`` and
204+
- ``tools.build:linker_scripts`` list of linker scripts, each of which will be prefixed with ``-T`` and passed
205+
to ``c_link_args`` and ``cpp_link_args``. Only use this flag with linkers that supports specifying
206+
linker scripts with the ``-T`` flag, such as ``ld``, ``gold``, and ``lld``.
205207
- ``tools.build:defines`` list of preprocessor definitions, each of which will be prefixed with ``-D`` and passed to ``cpp_args`` and ``c_args``.
206-
``cpp_link_args``. Only use this flag with linkers that supports specifying linker scripts with the ``-T`` flag, such as ``ld``, ``gold``,
207-
and ``lld``.
208208
- ``tools.build:compiler_executables`` dict-like Python object which specifies the compiler as key
209209
and the compiler executable path as value. Those keys will be mapped as follows:
210210

0 commit comments

Comments
 (0)