Fix ESP-IDF ld-script generating command when there is a space in project path // Issue #39
This commit is contained in:
@@ -337,7 +337,7 @@ linker_script = env.Command(
|
||||
join("$BUILD_DIR", "esp32_out.ld"),
|
||||
join(FRAMEWORK_DIR, "components", "esp32", "ld", "esp32.ld"),
|
||||
env.VerboseAction(
|
||||
"$CC -I$PROJECTSRC_DIR -C -P -x c -E $SOURCE -o $TARGET",
|
||||
'$CC -I"$PROJECTSRC_DIR" -C -P -x c -E $SOURCE -o $TARGET',
|
||||
"Generating LD script $TARGET"))
|
||||
|
||||
env.Depends("$BUILD_DIR/$PROGNAME$PROGSUFFIX", linker_script)
|
||||
|
||||
Reference in New Issue
Block a user