Skip to content

Commit

Permalink
Update lang/c++/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
Fokko and martin-g committed Jul 25, 2024
1 parent 8ea99a7 commit 8c27801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/c++/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c27801

Please sign in to comment.