diff options
Diffstat (limited to 'BOOTSTRAP-MINGW.cli')
-rw-r--r-- | BOOTSTRAP-MINGW.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli index 75a1c49..f1ffc1b 100644 --- a/BOOTSTRAP-MINGW.cli +++ b/BOOTSTRAP-MINGW.cli @@ -15,13 +15,13 @@ For example, if your MinGW distribution is in \c{C:\\mingw\\}, then you could run it (from the command prompt that we have started earlier) like this: \ -> build-mingw.bat C:\mingw\bin\g++ +> .\build-mingw.bat C:\mingw\bin\g++ \ If you are using the \c{build2-mingw} package then you should be able to use just \c{g++} for the compiler: \ -> build-mingw.bat g++ +> .\build-mingw.bat g++ \ " |