Browse Source

Fix type annot in self_build script

default_compile_flags
vector-of-bool 4 years ago
parent
commit
6b4c6b4e53
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/self_build.py

+ 1
- 1
tools/self_build.py View File

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