Skip to content

Commit c93b06d

Browse files
committed
fix(zigbee): Exclude correct libs for 1.6.2 version
1 parent b97cdf8 commit c93b06d

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)