浏览代码

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,
])


正在加载...
取消
保存