We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a540e5c commit 977fbbaCopy full SHA for 977fbba
tools/copy-libs.sh
@@ -541,7 +541,7 @@ for item; do
541
done
542
543
544
-for lib in "openthread" "espressif__esp-tflite-micro" "bt" "espressif__esp_matter; do
+for lib in "openthread" "espressif__esp-tflite-micro" "bt" "espressif__esp_matter"; do
545
if [ -f "$AR_SDK/lib/lib$lib.a" ]; then
546
echo "Stripping $AR_SDK/lib/lib$lib.a"
547
"$TOOLCHAIN-strip" -g "$AR_SDK/lib/lib$lib.a"
0 commit comments