We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc827d8 commit 43e5553Copy full SHA for 43e5553
tools/copy-libs.sh
@@ -95,7 +95,7 @@ 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.debug;"
+ EXCLUDE_LIBS+="zboss_stack.ed;zboss_port.native.debug;"
99
fi
100
101
#collect includes, defines and c-flags
0 commit comments