8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e5553 commit ffdf58bCopy full SHA for ffdf58b
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