We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b1d69 commit 926cbb3Copy full SHA for 926cbb3
components/libc/compilers/dlib/SConscript
@@ -10,7 +10,7 @@ if rtconfig.PLATFORM in ['iccarm']:
10
11
if GetDepend('DFS_USING_POSIX'):
12
from distutils.version import LooseVersion
13
- from iar import IARVersion
+ from targets.iar import IARVersion
14
15
CPPDEFINES = CPPDEFINES + ['_DLIB_FILE_DESCRIPTOR']
16
iar_version = LooseVersion(IARVersion())
0 commit comments