Fixed cxxtool check work if not set

This commit is contained in:
Pauli Nieminen 2008-06-23 13:01:26 +00:00
parent c13bf4d634
commit b8222b7b7f

View file

@ -88,7 +88,7 @@ if env["PLATFORM"] == "win32":
else:
env.Tool("default")
if env['cxxtool']:
if env.get('cxxtool',""):
env['CXX'] = env['cxxtool']
opts.Save('.scons-option-cache', env)