Skip to content

Commit fa53c48

Browse files
authored
Merge branch 'master' into release/v5.5
2 parents e59f4b5 + 3da1544 commit fa53c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/copy-libs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ fi
9090
# copy zigbee + zboss lib
9191
if [ -d "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET/" ]; then
9292
cp -r "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
93-
EXCLUDE_LIBS+="esp_zb_api.ed;"
93+
EXCLUDE_LIBS+="esp_zb_api.ed;esp_zb_api.zczr;"
9494
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.native;zboss_port.native.debug;"
98+
EXCLUDE_LIBS+="zboss_stack.ed;zboss_stack.zczr;zboss_port.native;zboss_port.native.debug;zboss_port.remote;zboss_port.remote.debug;"
9999
fi
100100

101101
#collect includes, defines and c-flags

0 commit comments

Comments
 (0)