We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2babf commit 9dc3902Copy full SHA for 9dc3902
tools/prepare-libs.sh
@@ -65,7 +65,7 @@ for item in "${@:2:${#@}-5}"; do
65
item=`get_actual_path $item`
66
INCLUDES+="$item "
67
elif [ "${item:0:2}" = ".." ]; then
68
- if [[ "${item:0:14}" = "../components/" && "${item:0:22}" != "../components/arduino/" ]]; then
+ if [[ "${item:0:14}" = "../components/" && "${item:0:22}" != "../components/arduino/" ]] || [[ "${item:0:11}" = "../esp-idf/" ]]; then
69
item="$PWD${item:2}"
70
71
0 commit comments