We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fd90b commit 912e6b7Copy full SHA for 912e6b7
tools/copy-libs.sh
@@ -90,12 +90,12 @@ fi
90
# copy zigbee + zboss lib
91
if [ -d "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET/" ]; then
92
cp -r "managed_components/espressif__esp-zigbee-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
93
- EXCLUDE_LIBS+="esp_zb_api_ed;"
+ EXCLUDE_LIBS+="esp_zb_api.ed;"
94
fi
95
96
if [ -d "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET/" ]; then
97
cp -r "managed_components/espressif__esp-zboss-lib/lib/$IDF_TARGET"/* "$AR_SDK/lib/"
98
- EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.native.debug;"
+ EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.native;zboss_port.native.debug;"
99
100
101
#collect includes, defines and c-flags
0 commit comments