Skip to content

Commit 4e9904e

Browse files
atanisoftvaleros
authored andcommitted
Fix ESP-IDF delineation of kconfig args (#227)
Pass IFS value as environment variable
1 parent f5eed10 commit 4e9904e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def generate_project_ld_script(target, source, env):
461461
cmd = ('"$PYTHONEXE" "{script}" --sections "{sections}" --input "{input}" '
462462
'--config "{sdk_header}" --fragments {fragments} --output "{output}" '
463463
'--kconfig "{kconfig}" --env "{kconfigs_projbuild}" '
464-
'--env "{kconfig_files}" --env "IDF_CMAKE=n" '
464+
'--env "{kconfig_files}" --env "IDF_CMAKE=n" --env "IFS=#" '
465465
'--env "IDF_TARGET=\\\"esp32\\\""').format(**args)
466466

467467
env.Execute(cmd)

0 commit comments

Comments
 (0)