We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c219b1 + 4ae464b commit 9960778Copy full SHA for 9960778
tools/copy-libs.sh
@@ -102,7 +102,7 @@ for item in "${@:2:${#@}-5}"; do
102
INCLUDES+="$item "
103
fi
104
elif [ "$prefix" = "-D" ]; then
105
- if [[ "${item:2:7}" != "ARDUINO" ]] && [[ "$item" != "-DESP32" ]]; then #skip ARDUINO defines
+ if [[ "${item:2:7}" != "ARDUINO" ]] && [[ "$item" != "-DESP32=ESP32" ]]; then #skip ARDUINO defines
106
DEFINES+="$item "
107
108
elif [ "$prefix" = "-O" ]; then
0 commit comments