| *, | *, | ||||
| toolchain: str, | toolchain: str, | ||||
| lmi_path: Path = None, | 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 | # Copy the exe to another location, as windows refuses to let a binary be | ||||
| # replaced while it is executing | # replaced while it is executing | ||||
| new_exe = ROOT / '_dds.bootstrap-test.exe' | new_exe = ROOT / '_dds.bootstrap-test.exe' |