再次解决 HC32L196 scons编译问题
This commit is contained in:
parent
38bd06cc17
commit
1b472e988c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue