Skip to content

Commit d2e9e54

Browse files
Miguel Raz Guzmán Macedolistochkin
authored andcommitted
Update build.sh
Co-authored-by: Andrei Listochkin (Андрей Листочкин) <[email protected]>
1 parent a347d98 commit d2e9e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
OUTPUT_NAME=${1:-./output}
66

7-
# `rapidcsv.h` is a 3rd party tool, so we have to curl it to have our repo retain all our copyright
7+
# `rapidcsv.h` is a 3rd party library, so we have to download it
88
curl -o exercise-solutions/cpp-interop/src/rapidcsv.h https://raw.githubusercontent.com/d99kris/rapidcsv/a98b85e663114b8fdc9c0dc03abf22c296f38241/src/rapidcsv.h
99
cp exercise-solutions/cpp-interop/src/rapidcsv.h exercise-templates/cpp-interop/src/rapidcsv.h
1010

0 commit comments

Comments
 (0)