Parcourir la source

Fix type annot in self_build script

default_compile_flags
vector-of-bool il y a 4 ans
Parent
révision
6b4c6b4e53
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tools/self_build.py

+ 1
- 1
tools/self_build.py Voir le fichier

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

Chargement…
Annuler
Enregistrer