This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new e14f10b4a Remove parser copy from c++ parser (#3005)
e14f10b4a is described below
commit e14f10b4a96a3a3182db7a1715610e435e53e95c
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jul 8 18:33:07 2024 +0200
Remove parser copy from c++ parser (#3005)
---
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 5eed350fa..2873534c8 100755
--- a/lang/c++/build.sh
+++ b/lang/c++/build.sh
@@ -59,7 +59,7 @@ function do_dist() {
rm -rf $BUILD_CPP/
mkdir -p $BUILD_CPP
cp -r api AUTHORS build.sh CMakeLists.txt ChangeLog \
- LICENSE NOTICE impl jsonschemas NEWS parser README test examples \
+ LICENSE NOTICE impl jsonschemas NEWS README test examples \
$BUILD_CPP
find $BUILD_CPP -name '.svn' | xargs rm -rf
cp ../../share/VERSION.txt $BUILD_CPP