소스 검색

再次解决 HC32L196 scons编译问题

wenbodong2015 4 년 전
부모
커밋
1b472e988c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/hc32l196/SConstruct

+ 1 - 1
bsp/hc32l196/SConstruct

@@ -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: