Skip to content

Commit

Permalink
Minor: Remove api directory from cpp dist (#3042)
Browse files Browse the repository at this point in the history
* Minor: Remove `api` directory from cpp dist

```
+ ./build.sh dist
-- Version: 10.2.1
-- Build type: Release
Enabled snappy codec
-- Configuring done
-- Generating done
-- Build files have been written to: /home/fokko.driesprong/avro/lang/c++/build
-- Version: 10.2.1
-- Build type: Release
Enabled snappy codec
-- Configuring done
-- Generating done
-- Build files have been written to: /home/fokko.driesprong/avro/lang/c++/build
cp: cannot stat 'api': No such file or directory
``

* Thanks Martin

* Update lang/c++/build.sh

Co-authored-by: Martin Grigorov <[email protected]>

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
Fokko and martin-g authored Jul 25, 2024
1 parent 61f2ecd commit 380184c
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 api 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 380184c

Please sign in to comment.