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 752365b commit d48715cCopy full SHA for d48715c
tools/copy-libs.sh
@@ -478,6 +478,15 @@ echo -n "$LD_FLAGS" > "$FLAGS_DIR/ld_flags"
478
echo -n "$LD_SCRIPTS">"$FLAGS_DIR/ld_scripts"
479
echo -n "$AR_LIBS">"$FLAGS_DIR/ld_libs"
480
481
+# copy zigbee + zboss lib
482
+if [ -d"managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET/" ];then
483
+ cp -r "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET"/*"$AR_SDK/lib/"
484
+fi
485
+
486
+if [ -d"managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET/" ];then
487
+ cp -r "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET"/*"$AR_SDK/lib/"
488
489
490
# sdkconfig
491
cp -f "sdkconfig""$AR_SDK/sdkconfig"
492
0 commit comments