Selaa lähdekoodia

Now a p5 tag

default_compile_flags
vector-of-bool 5 vuotta sitten
vanhempi
commit
4d62ef20cd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tools/bootstrap.py

+ 1
- 1
tools/bootstrap.py Näytä tiedosto

@@ -23,7 +23,7 @@ class BootstrapPhase(NamedTuple):
BOOTSTRAP_PHASES = [
BootstrapPhase('bootstrap-p1', 'g++-8', 'cl.exe'),
BootstrapPhase('bootstrap-p4', 'g++-8', 'cl.exe'),
BootstrapPhase('release/0.0.1', 'g++-9', 'cl.exe'),
BootstrapPhase('bootstrap-p5', 'g++-9', 'cl.exe'),
]

HERE = Path(__file__).parent.absolute()

Loading…
Peruuta
Tallenna