You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/copy-libs.sh
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -461,10 +461,17 @@ for item; do
461
461
mkdir -p "$out_cpath$rel_p"
462
462
cp -n $f"$out_cpath$rel_p/"
463
463
done
464
-
# Temporary measure to fix issues caused by https://github.com/espressif/esp-idf/commit/dc4731101dd567cc74bbe4d0f03afe52b7db9afb#diff-1d2ce0d3989a80830fdf230bcaafb3117f32046d16cf46616ac3d55b4df2a988R17
465
-
if [[ "$fname"=="bt"&&"$out_sub"=="/include/$IDF_TARGET/include"&&-f"$ipath/controller/$IDF_TARGET/esp_bt_cfg.h" ]];then
0 commit comments