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 d4cf6f9 commit c76a39fCopy full SHA for c76a39f
tools/copy-mem-variant.sh
@@ -32,7 +32,7 @@ mv "build/config/sdkconfig.h" "$AR_SDK/$MEMCONF/include/sdkconfig.h"
32
for mem_variant in `jq -c '.mem_variants_files[]' configs/builds.json`; do
33
skip_file=1
34
for file_target in $(echo "$mem_variant" | jq -c '.targets[]' | tr -d '"'); do
35
- if [ "$file_target" == "$IDF_TARGET" ]; then
+ if [ "$file_target" == "$CHIP_VARIANT" ]; then
36
skip_file=0
37
break
38
fi
0 commit comments