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 4eae236 commit c701497Copy full SHA for c701497
Makefile
@@ -71,7 +71,7 @@ FILES_TO_FORMAT := $(shell find . -not -path './spiffs/*' \( -name '*.c' -o -nam
71
DIFF_FILES := $(addsuffix .diff,$(FILES_TO_FORMAT))
72
73
# clang doesn't seem to handle -D "ARG=\"foo bar\"" correctly, so replace spaces with \x20:
74
-BUILD_CONFIG_STR := $(shell echo $(CPPFLAGS) | sed 's- -\\\\x20-')
+BUILD_CONFIG_STR := $(shell echo $(CPPFLAGS) | sed 's- -\\\\x20-g')
75
76
override CPPFLAGS := \
77
$(INCLUDES) \
0 commit comments