[Scons] On Windows, print compilation architecture during build process
This helps in debugging certain compilation / linker issues
This commit is contained in:
parent
169e6f1c11
commit
28d389b120
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ if os.name == 'nt':
|
|||
toolchain = ['intelc'] # note: untested
|
||||
|
||||
extraEnvArgs['TARGET_ARCH'] = pickCompilerEnv['target_arch']
|
||||
print 'INFO: Compiling for architecture:', pickCompilerEnv['target_arch']
|
||||
print 'INFO: Compiling using the following toolchain(s):', repr(toolchain)
|
||||
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue