Skip to content

Commit 9960778

Browse files
authored
Merge branch 'master' into release/v5.3
2 parents 6c219b1 + 4ae464b commit 9960778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/copy-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ for item in "${@:2:${#@}-5}"; do
102102
INCLUDES+="$item "
103103
fi
104104
elif [ "$prefix" = "-D" ]; then
105-
if [[ "${item:2:7}" != "ARDUINO" ]] && [[ "$item" != "-DESP32" ]]; then #skip ARDUINO defines
105+
if [[ "${item:2:7}" != "ARDUINO" ]] && [[ "$item" != "-DESP32=ESP32" ]]; then #skip ARDUINO defines
106106
DEFINES+="$item "
107107
fi
108108
elif [ "$prefix" = "-O" ]; then

0 commit comments

Comments
 (0)