From 926cbb31f6818e40dd54ee142a2b3a2722f32fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=99=E8=92=99plus?= Date: Mon, 14 Jul 2025 00:33:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DDFS=5FUSING=5FPOSIX=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E6=97=B6=20=E4=BF=AE=E6=AD=A3IARVersion=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/libc/compilers/dlib/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/libc/compilers/dlib/SConscript b/components/libc/compilers/dlib/SConscript index 51573b9e9a..8a7bf8533f 100644 --- a/components/libc/compilers/dlib/SConscript +++ b/components/libc/compilers/dlib/SConscript @@ -10,7 +10,7 @@ if rtconfig.PLATFORM in ['iccarm']: if GetDepend('DFS_USING_POSIX'): from distutils.version import LooseVersion - from iar import IARVersion + from targets.iar import IARVersion CPPDEFINES = CPPDEFINES + ['_DLIB_FILE_DESCRIPTOR'] iar_version = LooseVersion(IARVersion())