We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76a39f commit e81beecCopy full SHA for e81beec
tools/copy-libs.sh
@@ -594,7 +594,7 @@ mv "$PWD/build/config/sdkconfig.h" "$AR_SDK/$MEMCONF/include/sdkconfig.h"
594
for mem_variant in `jq -c '.mem_variants_files[]' configs/builds.json`; do
595
skip_file=1
596
for file_target in $(echo "$mem_variant" | jq -c '.targets[]' | tr -d '"'); do
597
- if [ "$file_target" == "$IDF_TARGET" ]; then
+ if [ "$file_target" == "$CHIP_VARIANT" ]; then
598
skip_file=0
599
break
600
fi
0 commit comments