Add ./ to run x.py

This commit is contained in:
Santiago Pastorino 2020-09-03 17:45:19 -03:00 committed by Joshua Nelson
parent 6dd6d868e5
commit 6d3eb2bc75
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ address [issue 42678](https://github.com/rust-lang/rust/issues/42678).
Compile the compiler, up to at least stage 1: Compile the compiler, up to at least stage 1:
``` ```
x.py build library/std ./x.py build library/std
``` ```
### 2. Run `rustc`, with flags ### 2. Run `rustc`, with flags