We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df4f35 commit 81f7e4bCopy full SHA for 81f7e4b
tools/copy-libs.sh
@@ -484,6 +484,15 @@ echo -n "$LD_FLAGS" > "$FLAGS_DIR/ld_flags"
484
echo -n "$LD_SCRIPTS" > "$FLAGS_DIR/ld_scripts"
485
echo -n "$AR_LIBS" > "$FLAGS_DIR/ld_libs"
486
487
+# copy zigbee + zboss lib
488
+if [ -d "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET/" ]; then
489
+ cp -r "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
490
+fi
491
+
492
+if [ -d "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET/" ]; then
493
+ cp -r "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
494
495
496
# sdkconfig
497
cp -f "sdkconfig" "$AR_SDK/sdkconfig"
498
0 commit comments