Merge branch 'docs/pdf_build_system_fix' into 'master'

docs: remove "invisible" unicode character that failed PDF build.

See merge request espressif/esp-idf!15172
This commit is contained in:
Marius Vikhammer
2021-09-13 03:55:17 +00:00

View File

@@ -684,7 +684,7 @@ CMake 通常会在链接器命令行上重复两次组件库名称来自动处
.. code-block:: cmake .. code-block:: cmake
# 该符号是由“组件 A”在链接时提供 # 该符号是由“组件 A”在链接时提供
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u reverse_ops") target_link_libraries(${COMPONENT_LIB} INTERFACE "-u reverse_ops")
- ``-u`` 参数意味着链接器将始终在链接中包含此符号,而不管依赖项顺序如何。 - ``-u`` 参数意味着链接器将始终在链接中包含此符号,而不管依赖项顺序如何。