소스 검색

[libcpu] Fix the SCoscript issue in cpu/MIPS.

Bernard Xiong 6 년 전
부모
커밋
4c0aafb57f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libcpu/mips/SConscript

+ 1 - 1
libcpu/mips/SConscript

@@ -3,7 +3,7 @@
 import os
 from building import *
 
-import('rtconfig')
+Import('rtconfig')
 
 cwd   = GetCurrentDir()
 group = []