File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
run : |
20
20
mkdir build &&
21
21
mkdir build/fast_float &&
22
- python3 ./scripts /amalgamate.py > build/fast_float/fast_float.h &&
22
+ python3 ./script /amalgamate.py > build/fast_float/fast_float.h &&
23
23
cp tests/string_test.cpp build/ &&
24
24
cd build &&
25
25
g++ string_test.cpp
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ target_link_libraries(myprogram PUBLIC fast_float)
143
143
144
144
## Using as single header
145
145
146
- The script ` scripts /amalgamate.py` may be used to generate a single header
146
+ The script ` script /amalgamate.py` may be used to generate a single header
147
147
version of the library if so desired.
148
148
Just run the script from the root directory of this repository.
149
149
You can customize the license type and output file if desired as described in
You can’t perform that action at this time.
0 commit comments