提交 4e077447 编写于 作者: X xx

还原脚本文件

上级 d98c4ad1
......@@ -3,10 +3,10 @@ import sys
import rtconfig
#if os.getenv('RTT_ROOT'):
# RTT_ROOT = os.getenv('RTT_ROOT')
#else:
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
if os.getenv('RTT_ROOT'):
RTT_ROOT = os.getenv('RTT_ROOT')
else:
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
from building import *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册