Skip to content

Commit 912e6b7

Browse files
authored
fix(zigbee): Update exclude libs in script (#274)
1 parent 34fd90b commit 912e6b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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;"
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.debug;"
98+
EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.native;zboss_port.native.debug;"
9999
fi
100100

101101
#collect includes, defines and c-flags

0 commit comments

Comments
 (0)