瀏覽代碼

Fix passing lm path to DDS executable

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

+ 1
- 0
tests/dds.py 查看文件

@@ -124,6 +124,7 @@ class DDS:
['--warnings'] if warnings else [],
['--export'] if export else [],
f'--toolchain={toolchain or self.default_builtin_toolchain}',
f'--lm-index={self.lmi_path}',
self.project_dir_arg,
])


Loading…
取消
儲存