Clone of official tools
Diff: toolchains/iar.py
- Revision:
- 22:9e85236d8716
- Parent:
- 21:4fdf0dd04f6f
- Child:
- 24:25bff2709c20
diff -r 4fdf0dd04f6f -r 9e85236d8716 toolchains/iar.py --- a/toolchains/iar.py Fri Jul 15 22:58:15 2016 +0100 +++ b/toolchains/iar.py Sat Jul 16 00:34:03 2016 +0100 @@ -219,7 +219,7 @@ @hook_tool def archive(self, objects, lib_path): if self.RESPONSE_FILES: - param = ['-f', self.get_arch_files(objects)] + param = ['-f', self.get_arch_file(objects)] else: param = objects