Fixed cxxtool check work if not set
This commit is contained in:
parent
c13bf4d634
commit
b8222b7b7f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue