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
+6
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,12 @@ for item; do
402
402
mkdir -p "$out_cpath$rel_p"
403
403
cp -n $f"$out_cpath$rel_p/"
404
404
done
405
+
forfin`find "$item" -name '*.inc'`;do
406
+
rel_f=${f#*$item}
407
+
rel_p=${rel_f%/*}
408
+
mkdir -p "$out_cpath$rel_p"
409
+
cp -n $f"$out_cpath$rel_p/"
410
+
done
405
411
# Temporary measure to fix issues caused by https://github.com/espressif/esp-idf/commit/dc4731101dd567cc74bbe4d0f03afe52b7db9afb#diff-1d2ce0d3989a80830fdf230bcaafb3117f32046d16cf46616ac3d55b4df2a988R17
406
412
if [[ "$fname"=="bt"&&"$out_sub"=="/include/$IDF_TARGET/include"&&-f"$ipath/controller/$IDF_TARGET/esp_bt_cfg.h" ]];then
0 commit comments