Skip to content

Commit 11e4952

Browse files
authored
enable bootloader components build
1 parent b2c29ec commit 11e4952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ def build_bootloader(sdk_config):
873873
"-DPYTHON=" + get_python_exe(),
874874
"-DIDF_PATH=" + FRAMEWORK_DIR,
875875
"-DSDKCONFIG=" + SDKCONFIG_PATH,
876+
"-DPROJECT_SOURCE_DIR=" + PROJECT_DIR,
876877
"-DLEGACY_INCLUDE_COMMON_HEADERS=",
877878
"-DEXTRA_COMPONENT_DIRS="
878879
+ os.path.join(FRAMEWORK_DIR, "components", "bootloader"),

0 commit comments

Comments
 (0)