We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8863044 + 685f87d commit 5282659Copy full SHA for 5282659
tools/copy-libs.sh
@@ -365,7 +365,7 @@ for item; do
365
ipath="$item"
366
fname=`basename "$ipath"`
367
dname=`basename $(dirname "$ipath")`
368
- if [[ "$fname" == "main" && "$dname" == "esp32-arduino-lib-builder" ]]; then
+ if [[ "$fname" == "main" && "$dname" == $(basename "$PWD") ]]; then
369
continue
370
fi
371
while [[ "$dname" != "components" && "$dname" != "managed_components" && "$dname" != "build" ]]; do
0 commit comments