This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix passing lm path to DDS executable
default_compile_flags
vector-of-bool
5 years ago
parent
89db2af764
commit
9034ce8b14
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
tests/dds.py
+ 1
- 0
tests/dds.py
View File
@@ -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,
])
Write
Preview
Loading…
Cancel
Save