8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319acb3 commit e3f4ee4Copy full SHA for e3f4ee4
system/extras/prebuild.sh
@@ -22,7 +22,7 @@ fi
22
# Append -fmacro-prefix-map option to change __FILE__ absolute path of the board
23
# platform folder to a relative path by using '.'.
24
# (i.e. the folder containing boards.txt)
25
-printf '\n-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"
26
27
# Force include of SrcWrapper library
28
echo "#include <SrcWrapper.h>" > "$BUILD_PATH/sketch/SrcWrapper.cpp"
0 commit comments