Skip to content

Commit 8c27801

Browse files
Fokkomartin-g
andcommittedJul 25, 2024
Update lang/c++/build.sh
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
1 parent 8ea99a7 commit 8c27801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lang/c++/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function do_doc() {
5858
function do_dist() {
5959
rm -rf $BUILD_CPP/
6060
mkdir -p $BUILD_CPP
61-
cp -r include/avro AUTHORS build.sh CMakeLists.txt ChangeLog \
61+
cp -r include AUTHORS build.sh CMakeLists.txt ChangeLog \
6262
LICENSE NOTICE impl jsonschemas NEWS README test examples \
6363
$BUILD_CPP
6464
find $BUILD_CPP -name '.svn' | xargs rm -rf

0 commit comments

Comments
 (0)
Failed to load comments.