Skip to content

Commit 4e922c4

Browse files
committed
Merge branch 'release/v5.4' of https://github.com/espressif/esp32-arduino-lib-builder into release/v5.5
2 parents a764ca0 + 6e63154 commit 4e922c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fi
9595

9696
if [ -d "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET/" ]; then
9797
cp -r "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
98-
EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.debug;"
98+
EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.native.debug;"
9999
fi
100100

101101
#collect includes, defines and c-flags

0 commit comments

Comments
 (0)