Skip to content

Commit d4cf6f9

Browse files
authored
Update excluded libraries in copy-libs.sh
1 parent b3a512b commit d4cf6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/copy-libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ fi
9797
# copy zigbee + zboss lib
9898
if [ -d "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET/" ]; then
9999
cp -r "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
100-
EXCLUDE_LIBS+="esp_zb_api.ed;esp_zb_api.zczr;"
100+
EXCLUDE_LIBS+="esp_zb_api_ed;"
101101
fi
102102

103103
if [ -d "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET/" ]; then
104104
cp -r "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
105-
EXCLUDE_LIBS+="zboss_stack.ed;zboss_stack.zczr;zboss_port.native;zboss_port.native.debug;zboss_port.remote;zboss_port.remote.debug;"
105+
EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.debug;"
106106
fi
107107

108108
#collect includes, defines and c-flags

0 commit comments

Comments
 (0)