|
+ log.LOG_ERROR( "Unknown toolchain: {}".format( chain ) ) + return + validArchList |= set(_shared_globals.alltoolchains[chain.lower()]().GetValidArchitectures()) + else: + if platform.system( ) == "Windows":
brandon_m_bare (on __init__.py, line 2879) commented
10 years ago
Should probably have a comment here that this block will need to be updated if we add more default toolchains. |
Reply ·0 | |
|