Skip to content

Commit 3ad8e20

Browse files
DamienEspitallierjonathandreyer
authored andcommitted
Add PROJECT_SOURCE_DIR for bootloader to enable bootloader_components build (platformio#1460)
1 parent 595c70a commit 3ad8e20

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
@@ -879,6 +879,7 @@ def build_bootloader(sdk_config):
879879
"-DPYTHON=" + get_python_exe(),
880880
"-DIDF_PATH=" + FRAMEWORK_DIR,
881881
"-DSDKCONFIG=" + SDKCONFIG_PATH,
882+
"-DPROJECT_SOURCE_DIR=" + PROJECT_DIR,
882883
"-DLEGACY_INCLUDE_COMMON_HEADERS=",
883884
"-DEXTRA_COMPONENT_DIRS="
884885
+ os.path.join(FRAMEWORK_DIR, "components", "bootloader"),

0 commit comments

Comments
 (0)