From 4c0aafb57f508db9bba73eae7ab9c6a4c1adf231 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 7 Jan 2019 09:20:30 +0800 Subject: [PATCH] [libcpu] Fix the SCoscript issue in cpu/MIPS. --- libcpu/mips/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/mips/SConscript b/libcpu/mips/SConscript index ced01a4b3e..36a214327b 100644 --- a/libcpu/mips/SConscript +++ b/libcpu/mips/SConscript @@ -3,7 +3,7 @@ import os from building import * -import('rtconfig') +Import('rtconfig') cwd = GetCurrentDir() group = [] -- GitLab