Skip to content

Commit

Permalink
Thanks Martin
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Jul 25, 2024
1 parent ece671d commit 8ea99a7
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 AUTHORS build.sh CMakeLists.txt ChangeLog \
cp -r include/avro 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 8ea99a7

Please sign in to comment.