We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ad933 commit 4be2084Copy full SHA for 4be2084
1 file changed
system/extras/prebuild.bat
@@ -5,9 +5,10 @@ set BOARD_PLATFORM_PATH=%3
5
6
if not exist "%BUILD_PATH%\sketch" mkdir "%BUILD_PATH%\sketch"
7
if not exist "%BUILD_SOURCE_PATH%\build_opt.h" (
8
- echo -e "-fmacro-prefix-map=\"%BOARD_PLATFORM_PATH:\=\\%\"=." > "%BUILD_PATH%\sketch\build.opt"
+ echo "\n-fmacro-prefix-map=\"%BOARD_PLATFORM_PATH:\=\\%\"=." > "%BUILD_PATH%\sketch\build.opt"
9
) else (
10
copy "%BUILD_SOURCE_PATH%\build_opt.h" "%BUILD_PATH%\sketch\build.opt"
11
- echo -e "-fmacro-prefix-map=\"%BOARD_PLATFORM_PATH:\=\\%\"=." >> "%BUILD_PATH%\sketch\build.opt"
+ echo. >> "%BUILD_PATH%\sketch\build.opt"
12
+ echo "-fmacro-prefix-map=\"%BOARD_PLATFORM_PATH:\=\\%\"=." >> "%BUILD_PATH%\sketch\build.opt"
13
)
14
echo #include ^<SrcWrapper.h^> > "%BUILD_PATH%\sketch\SrcWrapper.cpp"
0 commit comments