File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ print_debug_info "Compiler information:"
2020print_debug_info " $( gcc --version | head -n 1) "
2121print_debug_info " $( g++ --version | head -n 1) "
2222print_debug_info " $( python3 --version | head -n 1) "
23+ print_debug_info " $( pip --version | head -n 1) "
24+ print_debug_info " $( genisoimage --version | head -n 1) "
2325print_debug_info " $( clang --version | head -n 1) "
2426print_debug_info " $( x86_64-w64-mingw32-gcc --version | head -n 1) "
2527print_debug_info " $( git --version | head -n 1) "
@@ -28,7 +30,9 @@ print_debug_info "$(git --version | head -n 1)"
2830check_command gcc " C compiler (gcc)"
2931check_command g++ " C++ compiler (g++)"
3032check_command make " Make utility"
33+ check_command pip " pip"
3134check_command python3 " Python 3"
35+ check_command genisoimage " GenIsoImage"
3236check_command clang " Clang"
3337check_command x86_64-w64-mingw32-gcc " Linux MinGW W64"
3438check_command git " git"
You can’t perform that action at this time.
0 commit comments