[SCons] Print path to Python interpreter when building
This commit is contained in:
parent
f61747973c
commit
75e9d10bdf
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ if 'clean' in COMMAND_LINE_TARGETS:
|
|||
# *** Set system-dependent defaults for some options ***
|
||||
# ******************************************************
|
||||
|
||||
print 'INFO: SCons is using the following Python interpreter:', sys.executable
|
||||
|
||||
opts = Variables('cantera.conf')
|
||||
|
||||
windows_compiler_options = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue