ソースを参照

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


読み込み中…
キャンセル
保存