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 1919 run : |
2020 mkdir build &&
2121 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 &&
2323 cp tests/string_test.cpp build/ &&
2424 cd build &&
2525 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)
143143
144144## Using as single header
145145
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
147147version of the library if so desired.
148148Just run the script from the root directory of this repository.
149149You 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