mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 18:43:32 +08:00
[libc] Fix the MPU's rtconfig.h file identification problem in the script (#8436)
This commit is contained in:
parent
e92d66eeac
commit
10aa4b9da1
@ -207,6 +207,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
|
|||||||
env['LINK'] = rtconfig.LINK
|
env['LINK'] = rtconfig.LINK
|
||||||
if exec_path:
|
if exec_path:
|
||||||
env.PrependENVPath('PATH', rtconfig.EXEC_PATH)
|
env.PrependENVPath('PATH', rtconfig.EXEC_PATH)
|
||||||
|
env['ASCOM']= env['ASPPCOM']
|
||||||
|
|
||||||
if GetOption('strict-compiling'):
|
if GetOption('strict-compiling'):
|
||||||
STRICT_FLAGS = ''
|
STRICT_FLAGS = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user