mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
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:
@@ -684,7 +684,7 @@ CMake 通常会在链接器命令行上重复两次组件库名称来自动处
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
# 该符号是由“组件 A”在链接时提供
|
||||
# 该符号是由“组件 A”在链接时提供
|
||||
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u reverse_ops")
|
||||
|
||||
- ``-u`` 参数意味着链接器将始终在链接中包含此符号,而不管依赖项顺序如何。
|
||||
|
Reference in New Issue
Block a user