Skip to content

Commit 3194cc2

Browse files
authored
Merge pull request #2735 from bridadan/fix-iar-archive-builds
Fixing archived library builds for IAR
2 parents c19dd19 + ba5ab75 commit 3194cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""
1717
import re
1818
from os import remove
19-
from os.path import join, splitext
19+
from os.path import join, splitext, exists
2020

2121
from tools.toolchains import mbedToolchain, TOOLCHAIN_PATHS
2222
from tools.hooks import hook_tool

0 commit comments

Comments
 (0)