瀏覽代碼

Fix type annot in self_build script

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
6b4c6b4e53
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tools/self_build.py

+ 1
- 1
tools/self_build.py 查看文件

*, *,
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'

Loading…
取消
儲存