This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch branch-1.12 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 8c27801dc8d42ccc00997f25c0b8f45f8d4a233e Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Jul 25 21:22:51 2024 +0200 Update lang/c++/build.sh Co-authored-by: Martin Grigorov <[email protected]> --- lang/c++/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/c++/build.sh b/lang/c++/build.sh index cdf30a218..11e1599d1 100755 --- a/lang/c++/build.sh +++ b/lang/c++/build.sh @@ -58,7 +58,7 @@ function do_doc() { function do_dist() { rm -rf $BUILD_CPP/ mkdir -p $BUILD_CPP - cp -r include/avro AUTHORS build.sh CMakeLists.txt ChangeLog \ + cp -r include AUTHORS build.sh CMakeLists.txt ChangeLog \ LICENSE NOTICE impl jsonschemas NEWS README test examples \ $BUILD_CPP find $BUILD_CPP -name '.svn' | xargs rm -rf
