소스 검색

Use a fix prior bootstrap that depended on a moving dep

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
077ecb0355
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tools/bootstrap.py

+ 1
- 1
tools/bootstrap.py 파일 보기

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

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

Loading…
취소
저장