Skip to content

Commit

Permalink
Merge branch 'release/v5.4' of https://github.com/espressif/esp32-ard…
Browse files Browse the repository at this point in the history
…uino-lib-builder into release/v5.5
  • Loading branch information
me-no-dev committed Feb 4, 2025
2 parents a764ca0 + 6e63154 commit 4e922c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/copy-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi

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

#collect includes, defines and c-flags
Expand Down

0 comments on commit 4e922c4

Please sign in to comment.