Fokko commented on code in PR #3042:
URL: https://github.com/apache/avro/pull/3042#discussion_r1690390550
##########
lang/c++/build.sh:
##########
@@ -58,7 +58,7 @@ function do_doc() {
function do_dist() {
rm -rf $BUILD_CPP/
mkdir -p $BUILD_CPP
- cp -r api AUTHORS build.sh CMakeLists.txt ChangeLog \
+ cp -r AUTHORS build.sh CMakeLists.txt ChangeLog \
Review Comment:
I see thanks, I missed that PR 🙏
```suggestion
cp -r include/avro AUTHORS build.sh CMakeLists.txt ChangeLog \
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]