From 568f3e9f4c349d48f2515465082e56abc2e884f8 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Sun, 13 Dec 2020 01:17:43 +0100 Subject: [PATCH] fixup! Fixes https://github.com/esp8266/Arduino/issues/7749#issue-760585820 (#7750) --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index ebfe4b955a..e334d9f73a 100644 --- a/platform.txt +++ b/platform.txt @@ -102,7 +102,7 @@ recipe.hooks.prebuild.pattern="{runtime.tools.python3.path}/python3" "{runtime.t recipe.hooks.linking.prelink.1.pattern=mkdir -p "{build.path}/ld_h/" recipe.hooks.linking.prelink.1.pattern.windows=cmd /v:on /e:on /c "if not exist {build.path}\ld_h\ (mkdir {build.path}\ld_h\ )" recipe.hooks.linking.prelink.2.pattern=cp "{runtime.platform.path}/tools/sdk/ld/{build.flash_ld}" "{build.path}/ld_h/local.eagle.flash.ld.h" -recipe.hooks.linking.prelink.2.pattern.windows=cmd /v:on /e:on /c "copy {runtime.platform.path}\tools\sdk\ld\{build.flash_ld}" "{build.path}\ld_h\local.eagle.flash.ld.h" +recipe.hooks.linking.prelink.2.pattern.windows=cmd /v:on /e:on /c "copy {runtime.platform.path}\tools\sdk\ld\{build.flash_ld} {build.path}\ld_h\local.eagle.flash.ld.h" recipe.hooks.linking.prelink.3.pattern="{compiler.path}{compiler.c.cmd}" -CC -E -P {build.vtable_flags} {build.mmuflags} "{build.path}/ld_h/local.eagle.flash.ld.h" -o "{build.path}/local.eagle.flash.ld" recipe.hooks.linking.prelink.4.pattern="{compiler.path}{compiler.c.cmd}" -CC -E -P {build.vtable_flags} {build.mmuflags} "{runtime.platform.path}/tools/sdk/ld/eagle.app.v6.common.ld.h" -o "{build.path}/local.eagle.app.v6.common.ld"