Skip to content

Commit 926cbb3

Browse files
meng-plusRbb666
authored andcommitted
修复DFS_USING_POSIX启用时 修正IARVersion导入路径
1 parent 95b1d69 commit 926cbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/libc/compilers/dlib/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if rtconfig.PLATFORM in ['iccarm']:
1010

1111
if GetDepend('DFS_USING_POSIX'):
1212
from distutils.version import LooseVersion
13-
from iar import IARVersion
13+
from targets.iar import IARVersion
1414

1515
CPPDEFINES = CPPDEFINES + ['_DLIB_FILE_DESCRIPTOR']
1616
iar_version = LooseVersion(IARVersion())

0 commit comments

Comments
 (0)