[SCons] Print path to Python interpreter when building

This commit is contained in:
Ray Speth 2014-05-08 23:02:07 +00:00
parent f61747973c
commit 75e9d10bdf

View file

@ -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 = []