Преглед на файлове

Fix type annot in self_build script

default_compile_flags
vector-of-bool преди 4 години
родител
ревизия
6b4c6b4e53
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      tools/self_build.py

+ 1
- 1
tools/self_build.py Целия файл

@@ -15,7 +15,7 @@ def self_build(exe: Path,
*,
toolchain: str,
lmi_path: Path = None,
dds_flags: Iterable[str] = ()):
dds_flags: proc.CommandLine = ()):
# Copy the exe to another location, as windows refuses to let a binary be
# replaced while it is executing
new_exe = ROOT / '_dds.bootstrap-test.exe'

Loading…
Отказ
Запис