From fe9edc3ebe11f5c1505a62b35525e7ac569da790 Mon Sep 17 00:00:00 2001 From: Renz Christian Bagaporo Date: Wed, 28 Aug 2019 14:52:09 +0800 Subject: [PATCH] docs: fix typo of build component aliases name --- docs/en/api-guides/build-system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index 3cca63ebe8..1be2fe3a4c 100644 --- a/docs/en/api-guides/build-system.rst +++ b/docs/en/api-guides/build-system.rst @@ -988,7 +988,7 @@ For example, to get the Python interpreter used for the build: - BUILD_DIR - build directory; set from ``idf_build_process`` BUILD_DIR argument - BUILD_COMPONENTS - list of components included in the build; set by ``idf_build_process`` - - BUILD_COMPONENTS_ALIASES - list of library alias of components included in the build; set by ``idf_build_process`` + - BUILD_COMPONENT_ALIASES - list of library alias of components included in the build; set by ``idf_build_process`` - C_COMPILE_OPTIONS - compile options applied to all components' C source files - COMPILE_OPTIONS - compile options applied to all components' source files, regardless of it being C or C++ - COMPILE_DEFINITIONS - compile definitions applied to all component source files