소스 검색

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…
취소
저장