Explorar el Código

Fix type annot in self_build script

default_compile_flags
vector-of-bool hace 4 años
padre
commit
6b4c6b4e53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/self_build.py

+ 1
- 1
tools/self_build.py Ver fichero

@@ -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'

Cargando…
Cancelar
Guardar