Browse Source

Now a p5 tag

default_compile_flags
vector-of-bool 5 years ago
parent
commit
4d62ef20cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/bootstrap.py

+ 1
- 1
tools/bootstrap.py View File

@@ -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…
Cancel
Save