Skip to content

Commit 4979251

Browse files
committed
Add IDF_PATH to os.environ before calling ldgen.py
1 parent 4ecdce1 commit 4979251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/esp8266-rtos-sdk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ def generate_project_ld_script(sdk_config, ignore_targets=None):
569569
'--objdump "{objdump}"'
570570
).format(**args)
571571

572+
os.environ["IDF_PATH"] = FRAMEWORK_DIR
572573
return env.Command(
573574
os.path.join("$BUILD_DIR", "esp8266.project.ld"),
574575
os.path.join(

0 commit comments

Comments
 (0)