Skip to content

Commit 43e5553

Browse files
P-R-O-C-H-Yme-no-dev
authored andcommitted
fix(zigbee): Exclude correct libs for 1.6.2 version (#269)
1 parent cc827d8 commit 43e5553

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)