提交 adfb73cd 编写于 作者: B bernard

[Tools] Fix the abspath issue of Rtt_Root in building.py.

上级 71454cf0
......@@ -123,7 +123,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
global Rtt_Root
Env = env
Rtt_Root = root_directory
Rtt_Root = os.path.abspath(root_directory)
# add compability with Keil MDK 4.6 which changes the directory of armcc.exe
if rtconfig.PLATFORM == 'armcc':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册