zhumoumoumou
Results
1
issues of
zhumoumoumou
In line 15, bootstrap.bat `call .\build.bat` make some small changes as below `call .\build.bat %1` Now you can just compile b2.exe in PowerShell like below `.\bootstrap.bat gcc` and build &...