We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9510d61 commit 3bd60c6Copy full SHA for 3bd60c6
arduino/builder/preprocessor/gcc.go
@@ -59,6 +59,7 @@ func GCC(sourceFilePath *paths.Path, targetFilePath *paths.Path, includes paths.
59
}
60
61
commandLine := gccBuildProperties.ExpandPropsInString(pattern)
62
+ commandLine = properties.DeleteUnexpandedPropsFromString(commandLine)
63
args, err := properties.SplitQuotedString(commandLine, `"'`, false)
64
if err != nil {
65
return nil, nil, err
0 commit comments