We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea99a7 commit 8c27801Copy full SHA for 8c27801
lang/c++/build.sh
@@ -58,7 +58,7 @@ function do_doc() {
58
function do_dist() {
59
rm -rf $BUILD_CPP/
60
mkdir -p $BUILD_CPP
61
- cp -r include/avro AUTHORS build.sh CMakeLists.txt ChangeLog \
+ cp -r include AUTHORS build.sh CMakeLists.txt ChangeLog \
62
LICENSE NOTICE impl jsonschemas NEWS README test examples \
63
$BUILD_CPP
64
find $BUILD_CPP -name '.svn' | xargs rm -rf
0 commit comments