Skip to content

Commit e81beec

Browse files
authored
Change comparison from IDF_TARGET to CHIP_VARIANT
1 parent c76a39f commit e81beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ mv "$PWD/build/config/sdkconfig.h" "$AR_SDK/$MEMCONF/include/sdkconfig.h"
594594
for mem_variant in `jq -c '.mem_variants_files[]' configs/builds.json`; do
595595
skip_file=1
596596
for file_target in $(echo "$mem_variant" | jq -c '.targets[]' | tr -d '"'); do
597-
if [ "$file_target" == "$IDF_TARGET" ]; then
597+
if [ "$file_target" == "$CHIP_VARIANT" ]; then
598598
skip_file=0
599599
break
600600
fi

0 commit comments

Comments
 (0)