We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3912678 commit bf0b3e3Copy full SHA for bf0b3e3
system/extras/prebuild.sh
@@ -14,7 +14,7 @@ fi
14
# the board platform folder to a relative path by using '.'.
15
# (i.e. the folder containing boards.txt)
16
if [ ! -f "$BUILD_SOURCE_PATH/build_opt.h" ]; then
17
- printf '-fmacro-prefix-map="%s"=.' "${BOARD_PLATFORM_PATH//\\/\\\\}" > "$BUILD_PATH/sketch/build.opt"
+ printf '\n-fmacro-prefix-map="%s"=.' "${BOARD_PLATFORM_PATH//\\/\\\\}" > "$BUILD_PATH/sketch/build.opt"
18
else
19
# Else copy the build_opt.h as build.opt
20
# Workaround to the header file preprocessing done by arduino-cli
0 commit comments