mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 14:53:32 +08:00
Merge pull request #1970 from RT-Thread/fix_RTT_ROOT
[Tools] Fix the RTT_ROOT issue
This commit is contained in:
commit
0533ade4ac
@ -202,6 +202,11 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
|
||||
|
||||
Env = env
|
||||
Rtt_Root = os.path.abspath(root_directory)
|
||||
|
||||
# make an absolute root directory
|
||||
RTT_ROOT = Rtt_Root
|
||||
Export('RTT_ROOT')
|
||||
|
||||
# set RTT_ROOT in ENV
|
||||
Env['RTT_ROOT'] = Rtt_Root
|
||||
# set BSP_ROOT in ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user