소스 검색

[libc] Fix the MPU's rtconfig.h file identification problem in the script (#8436)

Yuqiang Wang 1 년 전
부모
커밋
10aa4b9da1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/building.py

+ 1 - 0
tools/building.py

@@ -207,6 +207,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
         env['LINK'] = rtconfig.LINK
     if exec_path:
         env.PrependENVPath('PATH', rtconfig.EXEC_PATH)
+    env['ASCOM']= env['ASPPCOM']
 
     if GetOption('strict-compiling'):
         STRICT_FLAGS = ''