再次解决 HC32L196 scons编译问题

This commit is contained in:
wenbodong2015 2021-09-07 11:34:14 +08:00
parent 38bd06cc17
commit 1b472e988c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if os.getenv('RTT_ROOT'):
else:
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
print "RTT_ROOT: " + RTT_ROOT
print("RTT_ROOT: " + RTT_ROOT)
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
try: