Skip to content

Commit

Permalink
Add PROJECT_SOURCE_DIR for bootloader to enable bootloader_components…
Browse files Browse the repository at this point in the history
… build (#1460)
  • Loading branch information
DamienEspitallier committed Sep 16, 2024
1 parent a6be743 commit 76a59aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ def build_bootloader(sdk_config):
"-DPYTHON=" + get_python_exe(),
"-DIDF_PATH=" + FRAMEWORK_DIR,
"-DSDKCONFIG=" + SDKCONFIG_PATH,
"-DPROJECT_SOURCE_DIR=" + PROJECT_DIR,
"-DLEGACY_INCLUDE_COMMON_HEADERS=",
"-DEXTRA_COMPONENT_DIRS="
+ os.path.join(FRAMEWORK_DIR, "components", "bootloader"),
Expand Down

0 comments on commit 76a59aa

Please sign in to comment.