Skip to content

Commit

Permalink
Remove parser copy from c++ parser (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Jul 8, 2024
1 parent 8baf49b commit e14f10b
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 @@ -59,7 +59,7 @@ function do_dist() {
rm -rf $BUILD_CPP/
mkdir -p $BUILD_CPP
cp -r api AUTHORS build.sh CMakeLists.txt ChangeLog \
LICENSE NOTICE impl jsonschemas NEWS parser README test examples \
LICENSE NOTICE impl jsonschemas NEWS README test examples \
$BUILD_CPP
find $BUILD_CPP -name '.svn' | xargs rm -rf
cp ../../share/VERSION.txt $BUILD_CPP
Expand Down

0 comments on commit e14f10b

Please sign in to comment.